Good Afternoon Everyone,
I’m looking for the driver for the Squire line to make the display that comes with ESP32 work at 320 x 240 resolution. Follow the link to the board:
Thanks
Nell
Good Afternoon Everyone,
I’m looking for the driver for the Squire line to make the display that comes with ESP32 work at 320 x 240 resolution. Follow the link to the board:
Thanks
Nell
Hello!
You can use a general Arduino template from Squarline Studio (you can also set the resolution), after exporting you will find information in the readme file.
No model-number is given, but based on the distinctive look of the board which seems to be the ‘Cheap Yellow Display’ CYD board, this post is a possible duplicate of Does anyone have the driver ESP32-2432S028.zip
There’s a detailed LVGL description just linked there too: LVGL (Light Versatile Graphics Library) ESP32 Cheap Yellow Display (ESP32-2432S028R) | Random Nerd Tutorials
Its most preferred toolchain would be ESP-IDF for ESP32 but as Viti points out, Arduino TFT_eSPI board-template could be used as a starting point in Arduino-IDE with esp32 libraries installed.