adafruit / TFTLCD-Library

Arduino library for 8-bit TFT LCDs such as ILI9325, ILI9328, etc
http://www.ladyada.net/products/tfttouchbreakout/ and http://www.ladyada.net/products/tfttouchshield
314 stars 259 forks source link

wiring conflict in examples. #46

Open FreddyJohn opened 4 years ago

FreddyJohn commented 4 years ago

tfpaint: // D0 connects to digital pin 8 // D1 connects to digital pin 9

define YM 9

define XP 8

and

define YP A3

define XM A2

define LCD_CS A3

define LCD_CD A2

This is needless confusing.

tftbmp:

define SD_CS 10

define LCD_CS A3

there is a CS on 8 bit side and a CS on SPI side along with a CSS. which is it? Very simple to be specific.

//connect the SD card with DI going to pin 11, DO going to pin 12 and SCK going to pin 13 I think you mean mosi, miso, and clk? you know how it says on the board that you produce?