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
319 stars 260 forks source link

ESP32 Support #51

Closed arm358 closed 3 years ago

arm358 commented 3 years ago

I have a program running on a Mega in 8-bit mode writing to the Adafruit 3.5" TFT display with touchscreen.

In the examples for this screen it mentions that the D0-D7 pins are hardcoded to certain pins on the uno and the mega.

Does this library support other boards such as ESP32? I assume all I need to do is change the configuration for the D0-D7 pins. Can you confirm this is the case?

ladyada commented 3 years ago

nope compltely unsupported. you'll need another library for 8bit support on esp32!