ADV.dash is a dashboard project built with LVGL and ESP32-S3.
It is prepared to receive CAN bus data from rusEFI and, in the future, other programmable ECUs.
- PlatformIO
- ESP32-S3 DevKitC-1 board (1.5-inch display)
- LVGL library
- rusEFI CAN bus setup
- Clone the repository:
git clone https://github.com/ADVecu/ADV.dash.git
- Open the project in PlatformIO.
- Copy the file
esp32-s3-devkitc-1-5inchto the boards directory of the Espressif platform in PlatformIO. - Copy
lv_conf.hto its correct LVGL configuration folder. - Build and upload the project to your ESP32-S3.

