TFT_eSPI + LVGL on Xiao ESP32S3 + ST7789 SPI IPS with FT6236 cap touch.
To implement TFT_eSPI + LVGL on Xiao ESP32S3 + ST7789 SPI IPS with FT6236 cap touch. First, follow previous exercise Xiao ESP32S3 display on 240*240 ST7789 SPI LCD/FT6236U cap. touch using TFT_eSPI in Arduino Framework , make sure both ST7789 and FT6236 works using TFT_eSPI library. Install LVGL library in Arduino IDE Library Manager. Follow the video to prepare lv_conf.h file. Then you can try LVGL example: > File > Examples > lvgl > arduino > LVGL_Arduino My example codes: XS3_ST7789_TFT_eSPI_lvgl.ino Create a button to toggle onboard LED. /* TFT_eSPI + LVGL exercise run on Xiao ESP32S3 + 1.54" 240x240 ST7789V2 SPI IPS with FT6236 cap touch Create a button to toggle onboard LED. https://coxxect.blogspot.com/2025/10/tftespi-lvgl-on-xiao-esp32s3-st7789-spi.html modified from Examples > lvgl > arduino > LVGL_Arduino Library needed: - TFT_eSPI - LVGL Preparation: - Prepare TFT_eSPI in Arduino ...