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

Needs updating to latest GFX library #43

Closed caternuson closed 3 years ago

caternuson commented 4 years ago

Re this thread: https://forums.adafruit.com/viewtopic.php?f=22&t=161254 and maybe more things?

makermelissa commented 3 years ago

I tried this out and it's not throwing errors for me, but it's also not displaying anything.

makermelissa commented 3 years ago

It's also not detecting the LCD Driver Chip:

TFT LCD test
Using Adafruit 2.8" TFT Breakout Board Pinout
TFT size is 240x320
Unknown LCD driver chip: 0
If using the Adafruit 2.8" TFT Arduino shield, the line:
  #define USE_ADAFRUIT_SHIELD_PINOUT
should appear in the library header (Adafruit_TFT.h).
If using the breakout board, it should NOT be #defined!
Also if using the breakout, double-check that all wiring
matches the tutorial.
makermelissa commented 3 years ago

Forcing the ID to 0x9341 got it working, so I need to concentrate on the readID() function.