Update README.md
This commit is contained in:
parent
21b767507d
commit
260bf83767
1 changed files with 12 additions and 9 deletions
21
README.md
21
README.md
|
|
@ -27,12 +27,13 @@ https://www.youtube.com/watch?v=y5f-VNBxgEk&feature=youtu.be
|
||||||
|
|
||||||
- This display has logic at 3V3 volt so YOU NEED A VOLTAGE CONVERTER if you plan to use with arduino.
|
- This display has logic at 3V3 volt so YOU NEED A VOLTAGE CONVERTER if you plan to use with arduino.
|
||||||
If you try to connect directly you can burn it very fast so PAY ATTENTION!
|
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
|
- My display works at 3V3 volt and uses 3V3 for logic but LED background has resistor for 5V.
|
||||||
so carefully check out before connect it.
|
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).
|
- 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
|
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.
|
the reset pin. The initialization routine will automatically use the software reset.
|
||||||
- People using <b>Teensy3</b> should remember that have to choose for CS and DC a pin that should be:
|
|
||||||
|
- People using Teensy3 should remember that have to choose for CS and DC a pin that should be:
|
||||||
pins:2,6,9 or 10,15 or 20,13 for CS and DC, any for RST (but you can connect RST to +3v3 and forget it.
|
pins:2,6,9 or 10,15 or 20,13 for CS and DC, any for RST (but you can connect RST to +3v3 and forget it.
|
||||||
|
|
||||||
<b>Backgrounds:</b>
|
<b>Backgrounds:</b>
|
||||||
|
|
@ -68,7 +69,7 @@ http://www.elecrow.com/144-128x-128-tft-lcd-with-spi-interface-p-855.html
|
||||||
where was possible and results are quite good for most applications.
|
where was possible and results are quite good for most applications.
|
||||||
Of course it can be improved so feel free to add suggestions.
|
Of course it can be improved so feel free to add suggestions.
|
||||||
|
|
||||||
<b>Needed stuff you have to install first:</b>
|
<b>Needed stuff you have to install first!!!</b>
|
||||||
|
|
||||||
This library use Adafruit GFX library as all my TFT,OLED and LCD libraries:
|
This library use Adafruit GFX library as all my TFT,OLED and LCD libraries:
|
||||||
|
|
||||||
|
|
@ -87,13 +88,15 @@ http://www.elecrow.com/144-128x-128-tft-lcd-with-spi-interface-p-855.html
|
||||||
|
|
||||||
You are a newbie and need help? Here's:
|
You are a newbie and need help? Here's:
|
||||||
This display has 8 pin (at the time I'm writing this):
|
This display has 8 pin (at the time I'm writing this):
|
||||||
|
|
||||||
|
TFT side -------------------- microprocessor
|
||||||
- Vcc --> +3V3V(!!!!)
|
- Vcc --> +3V3V(!!!!)
|
||||||
- Gnd --> Gnd
|
- Gnd --> Gnd
|
||||||
- CS --> CS pin
|
- CS --> CS pin (3v3 level!)
|
||||||
- RST --> connect to a MCU pin or tie to +3V3
|
- RST --> connect to a MCU pin or tie to +3V3
|
||||||
- A0 --> DC pin
|
- A0 --> DC or RS pin (3v3 level!)
|
||||||
- SDA --> Mosi
|
- SDA --> Mosi (3v3 level!)
|
||||||
- SCK --> Sclk
|
- SCK --> Sclk (3v3 level!)
|
||||||
- LED --> Some display need a resistor (see note below)
|
- LED --> Some display need a resistor (see note below)
|
||||||
|
|
||||||
* Note about led:
|
* Note about led:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue