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

Hello Bodmer, I have now tested a few things, without DMA all is working fine but slow. Tests with the `DMA Example --> boing_ball` were not successful. The grid is...

STM32 incompatibility
Issue with board package update

See #2233 https://github.com/Bodmer/TFT_eSPI/discussions/2233#discussioncomment-7906490

Work-around required

Display initialization does not work in this configuration. The problem is only in this HW configuration and in the TFT_eSPI library. Everything works when I using the Adafruit_ST7735 library. If...

STM32 incompatibility

This project adds support for ESP32_C3_Air101_Expansion_LCD_80X160 (LuatOS) extended screens.

Potential enhancement

It appears at some point the capability to include a `tft_setup.h` file (versus tampering with the library and its directory tree) was deprecated. If that's final, then please remove all...

To Do

Hello, thank you for creating this library. I've been using this library with ESP-IDF v4.4 in a project for a while. But when I upgrade to the ESP-IDF version v5.1,...

Under investigation

https://github.com/Bodmer/TFT_eSPI/blob/caa1076c138c89578bfb4bb2535dbe1faeaa96c7/TFT_eSPI.cpp#L4471C19-L4500C19 The drawWedgeLine function uses clipWindow to.... clip the window and apply the datum/origin offsets. X positioning uses the freshly clipped and shifted `x0` stored in `xs`; however, the y...

bug
Work-around required

I was halfway through implementing a solution based on the examples, when I found that key functions were actually deprecated (e.g., `drawRightString` ,`drawCentreString`, etc.) All deprecated functions should be replaced...

To Do

This commit adds support for R61529. It has been tested on a "IPS 3.5 inch 40P SPI TFT LCD Capacitive Touch Color Screen R61529 320(RGB)*480 40pin plug-in MCU 8/16Bit 8080"...

New display variant
To do: enhancement

Hello, I ran into an issue when printing smooth font text starting at a negative x position. The text is sometimes shifted one or a few pixels to the left...

Work-around required