Example code for the t-dongle-s3 using esp-idf. The original factory example from LILYGO is made for Arduino
usage:
git clone --recurse-submodules <this repository>
idf.py set-target esp32s3
idf.py build flash monitor
The code has been kept to a minimum, showing how to use:
- the button and the RGB led, using the esp-idf-lib from UncleRus
- the display using LovyanGFX from lovyan03
- the microsd slot using the esp-idf SDMMC driver