I found a library: https://github.com/Bodmer/TFT_eSPI
For me it seems to work well, faster that the Arduino TFT on a teensy3.2.
A bit hard coded, pins definitions are through #define in a .h, but I think it one of the reasons it run faster.
Also it support many display interface chips and displays.
Search found 2 matches
- Wed Nov 01, 2017 9:24 pm
- Forum: ESP32 Arduino
- Topic: ST7735 TFT Library for Arduino environment
- Replies: 2
- Views: 6878
- Wed Nov 01, 2017 8:11 pm
- Forum: ESP32 Arduino
- Topic: ST7735 TFT Library for Arduino environment
- Replies: 2
- Views: 6878
Re: ST7735 TFT Library for Arduino environment
I'm currently searching for that library for ESP32 arduino.
To help you a bit more with that display:
RESET is reset
A0 is DC
SDA is MOSI
SCK is SCK
CS is CS
reset, DC and CS are passed in argument to object TFT with the arduino TFT library.
To help you a bit more with that display:
RESET is reset
A0 is DC
SDA is MOSI
SCK is SCK
CS is CS
reset, DC and CS are passed in argument to object TFT with the arduino TFT library.