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

Using [This screen from other issue ](https://github.com/Bodmer/TFT_eSPI/issues/849). With the ESP32-S3-DevKitC-1-N-8R2 I have the LCD working, but I can not make a sprite that is full screen. No matter what size...

The below provided is our code- #include #include // Install the "XPT2046_Touchscreen" library by Paul Stoffregen to use the Touchscreen - https://github.com/PaulStoffregen/XPT2046_Touchscreen // Note: this library doesn't require further configuration...

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...

Is there any way to set up an Arduino GIGA display thats mounted on a GIGA R1 board? I tried running the Read_User_Setup but that gave a bunch of errors...

Adds support for the [Lilygo T-Deck](https://www.lilygo.cc/products/t-deck) device.

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 have this development board: https://www.waveshare.com/wiki/Pico-Eval-Board#Open_Source_Demo which is very basic kit with Raspberry Pi Pico. It contains TFT display controlled by ILI9488. I am not sure which user configuration is...

I've got this board: http://www.lcdwiki.com/4.0inch_SPI_Module_ILI9486 and have noticed issues with what appears to be the gamma correction set by default in the ILI9486 driver. When you use this board straight...

This pull request adds support for a new 2" TFT LCD display with a rounded rectangle form factor (240*296 pixels) and ST7789 command set. The display can be used using...

I use one of the samples (Local custom font) and have slightly modified setup to be (after including WiFi.h): ``` void setup(void) { Serial.begin(115200); tft.begin(); tft.setRotation(1); Serial.printf("Starting Wifi"); WiFi.mode(WIFI_STA); //Optional...