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

I am flawlessly using your library with ESP32 in PlatformIO but when I try to upgrade to ESP32S3 DevKit C-1 board, I am getting Invalid pin selected error. It tried...

in board manger v 2.0.15 we have this: ``` Rebooting... ⸮ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0xc (RTC_SW_CPU_RST),boot:0x2b (SPI_FAST_FLASH_BOOT) Saved PC:0x4037736c SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3808,len:0x4bc load:0x403c9700,len:0xbd8 load:0x403cc700,len:0x2a0c entry 0x403c98d0 Guru Meditation...

Problem: When I use tft.init() after define TFT_MISO as -1, The pin 19 I have inited before can not be write normally IDE:PlatformIO TFT_eSPI library version: 2.5.43 Board package version:...

Hello everyone I have an issue with the library, I can't set pixels in the first line and the first 2 columns with TFT_eSPI functions. However using the TFT driver's...

Hi, I use arduino ide 2.3.0, tft_espi 2.5.43 library, and esp32 by espressif 2.0.15 package , and the esp32c3 super mini module. The following code lights the led 1 time....

1. While using a ST7789 board that does not support SPI mode 3 (ie; Waveshare 2.8" Pico Restouch), the TFT will not display. 2. Using PlatformIO 3. TFT_eSPI version 2.5.43...

Have you got any further with a parallel interface TFT? [https://www.aliexpress.com/item/1005006284154750.html](https://github.com/Bodmer/TFT_eSPI/issues/url) and [https://www.aliexpress.com/item/1005006622769773.html](https://github.com/Bodmer/TFT_eSPI/issues/url) 1/ display just displays the backlight - no other activity from any sketch 2/Arduino IDE 3/ TFT_eSPI...

i am trying to use DMA on a 16 bit parallel ili9486 with a Pico. so far I can display text and images directly through tft.draw and tft.print but once...

Hi, I have a Pico with a ST7735 display Everything works fine. Thanks for that. Working with sprite brings one thing: I put teh sprite on (0,0). But it seems...

I'm having issues with my ESP32-S3 module crashing and rebooting on `tft.begin()` (or on `tft.init()`). The following output repeats over and over in the monitor: ``` ESP-ROM:esp32s3-20210327 Build:Mar 27 2021...