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

Only raise issues for problems with the library and/or provided examples. Post questions, comments and useful tips etc in the "Discussions" section. To minimise effort to resolve issues the following...

I'm trying to run the Draw_Arc example on my ESP32S3 with 1.28'' round display from waveshare. However, I'm having the following error: Rebooting... �ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0xc (RTC_SW_CPU_RST),boot:0x18 (SPI_FAST_FLASH_BOOT)...

### Discussed in https://github.com/Bodmer/TFT_eSPI/discussions/2579 Originally posted by **chrismendes-waterloo** April 11, 2023 HI team - would it be possible to add support for NV3041A? There are several screens available in China...

Hi, I have this module which is using ST7796 display driver and GT911 capacitive touch driver. ![image](https://github.com/Bodmer/TFT_eSPI/assets/14331173/812bb4ec-fba2-402d-8429-25c4b2c8bf54) ![image](https://github.com/Bodmer/TFT_eSPI/assets/14331173/d9494a99-8860-4a84-a161-fe11de7349d0) It come with lvgl example from the manufacturer. So I tried to...

comaptible --> compatible (type)

Seems "getTextPadding" comment was a copy/past of setTextPadding. Has been corrected.

After removing the comment in line added #define TFT_BACKLIGHT_ON HIGH . The display on M5Dial working fine , please review and approve the PR

I was trying to figure out what the deal is with the 8-bit sprites and palettes. The demo does not show a palette being set, unlike for the 1 bit...

I'm using lastest verison of TFT_eSPI lib with an ESP32-WROOM-32 Devkit. It just declares the header as #include and nothing more. When attempting to compile the project, the following error...

Hi All, I'm trying to help a friend remotely get a TTGO T-display working. We seemingly have everything configured the same way, but both displays are showing different stuff. I...