TFT_eSPI icon indicating copy to clipboard operation
TFT_eSPI copied to clipboard

Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips

Results 126 TFT_eSPI issues
Sort by recently updated
recently updated
newest added

Hi! 1. I'm having an issue where using an **ESP32 WROOM 32D** with an **ILI9341** part of the screen (the side or buttom depending in how you look at it)...

There is also for ST7265 drive, I have a 5-inch 480*800 screen, hardware interface RGB565 or RGB666 or RGB888, request to add support, product manuals like documentation [Uploading ZJY500R400NTG01+ZJY5006S-D不带触摸技术资料.zip…]()

I used Arduino IDE 1.8.19, compiling for ESP32S3 of the TFT_eTouch.h 's example: Conways_Life got error. used updated TFT_eSPI.h and selected: Setup70d_ILI9488_S3_Parallel how to fix? Thanks Adam `Arduino: 1.8.19 (Windows...

I recently added an invertDisplay() call to my LCD display application. In fact, I'm using it as a flash effect, so I call tft.invertDisplay(1) and then 200ms later I call...

Hello I fiddle with my ESP32-S3 and an ILI9341 without the TFT init I can List the spiff content but with the TFT init I get Listing directory: / Test...

Hi, Im just a hobbyist trying to get the library to work on my pico using the Arduino ide.. I had no issues using the library version 2.3.70 I followed...