From 9fe9baddf1d57e3d50ffe1769786d0dce4365888 Mon Sep 17 00:00:00 2001 From: max mc costa Date: Thu, 22 May 2014 22:20:48 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dd67b47..8692b3a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ TFT_ILI9163C If you try to connect directly you can burn it very fast so PAY ATTENTION! - My display works at 3V3 volt for logic but LED background has resistor for 5V. Your can be different so carefully check out before connect it. + - My library works only in SPI mode by using MOSI,SCLK and a CS pin plus an additional pin for DC (or RS). + I've used also the reset pin but you can save it by connect it at 3V3 volt and use the constructor without + the reset pin. The initialization routine will automatically use the software reset. Background: