TFT_eSPI
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
The new LillyGo ESP32-S3 T-Display device uses an 8-bit parallel display with the data pins connected to GPIO 39-48 (43/44 are excluded as they are UART0). The current ESP32-S3 parallel...
fix bug using tft parallel esp32 and uart togerther
DMA is not supported on esp32-s3. I think the issue is that [s3 uses SPI2_HOST and SPI3_HOST general purpose SPI controllers plus dam_chan set to SPI_DMA_CH_AUTO](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-reference/peripherals/spi_master.html). SPI0 and SPI1 are...
Hi Bodmer, tft_espi is perfectly running on arduino framework. Now I think about switching to the stm32cube-framework, since I have a project on STM32F446 where I want to use some...
Hello! In my current project, I use ESP32 and display with ILI9341. I would like to use your library, but - as a beginner - I have a lot of...
Hey, great library! Again, thank you for making it! I am currently writing another application using it, and I will have a series of buttons with various actions for each...
Hi! This is my first time making pull request, and my English is not so good. The driver is for ST7781 / SPFD5408 (MCUFIREND shield), I tested with ESP 32...
Hello, I had problems regarding readRect with the R61581 display. I used the "Animated_dial" test and everywhere where the dial was, the image got distorted. It seems that the R61581...