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 trying to use this library with Waveshare 1.69 inch lcd module (240x280).https://www.waveshare.com/1.69inch-lcd-module.htm Board : Esp32 S3 DevKit C-1 N16R8 Unlike the previous display modules i have used, this...

hello, i hope you can help.I have bought 5 screen, one runs touch correctly (normal z raw is around 90) and the others all have 1890 normal z raw value....

Waiting for feedback

Added support for DMA transfers with 8-bit parallel bus. Tested with ESP32-S3 and ILI9488 using Arduino IDE, PlatformIO and ESP-IDF. It should work with ESP32-S2 as well. All other displays...

Potential enhancement

Hi, I use smooth font using command loadFont. I made a ticker where the length of the text may vary. To make an endless ticker I use the command textWidth...

Waiting for feedback

In file user_setup_select.h there is this statement with comments ``` #ifndef USER_SETUP_LOADED // Lets PlatformIO users define settings in // platformio.ini, see notes in "Tools" folder. ``` The comments suggest...

To Do

This commit adds support for HX8347D display driver. Tested on ESP32 & ESP32-C3 in 3-wire SPI. Also addressing some old request #330 #1215 #1315 #1799

Some modules like "esP32-2424S012" control its backlight through analogWrite. - Added support for enabling these kind of backlights through normal user_setup.h - Added example setup for "esP32-2424S012" as commented out...

Hi bodmer, I wrote two little functions for your amazing great library, "drawSmoothPolygon" and "fillSmoothPolygon". Maybe you find it worth to integrate it into your master branch. I originally made...

This is a PR for using TFT_eSPI with the STM32CUBEIDE (including CubeMX) or Platformio with the stm32cube framework. I have tested the patch with the parallel version of a ILI9481....