radiosound-com / makerfabs-parallel-tft-lvgl-lgfx

LVGL demos using LovyanGFX driver on Makerfabs 16-bit parallel TFT (ESP32-S2 or ESP32-S3)
Other
29 stars 10 forks source link

LVGL + LGFX for MakerFabs 3.5" Parallel TFT ESP32-S2 and S3

A simple project that puts all the LVGL demos together in a simple esp-idf project with the LovyanGFX driver

Credits

Important

You must clone this repo recursively

git clone https://github.com/radiosound-com/makerfabs-parallel-tft-lvgl-lgfx --recursive

Setup

Tested with ESP-IDF v5.2.1. Other versions may work as well.

Make sure you have esp-idf exported, e.g.:

source ~/esp/esp-idf/export.sh

Depending on which board you have:

idf.py set-target esp32s2

or

idf.py set-target esp32s3

Then

idf.py build flash monitor