ESP32S3 Interfacing 8bit Display Using LVGL and ESP IDF

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/esp32s3_lilygo_8bit_parallel_display_lvgl

1 Like

Great work!
Looking forward more advanced topics.

1 Like

Thank you :slight_smile:
I will differently share more IOT related application using this display with LVGL library.