Page 1 of 1

ESP32S3 Interfacing 8bit Display Using LVGL and ESP IDF

Posted: Mon Aug 29, 2022 9:08 am
by WardMas
https://youtu.be/88MwR-4Dy0Q
In this tutorial I am sharing with you guys my experiment with ESP32S3 1.9 inch TFT T-Display development board from Lyligo, where I have managed to integrate LVGL display graphic library with ESP-IDF to build my own simple user interface and share my work on GitHub repository below.

I have also tested the board factory firmware to test the display capabilities.

The implemented code is explained in details. You can use lv_conf.h file as a reference for LVGL library configuration.


GitHub Repository:
https://github.com/UsefulElectronics/es ... splay_lvgl