Waveshare_ST7262_LVGL is an Arduino library designed for Waveshare ESP32-S3-Touch-LCD-7 using ESP32-S3 SOC with 7 inch ST7262 LCD and GT911 touchscreen to facilitate rapid GUI development using LVGL.
| Library | Version |
|---|---|
| LVGL | >=8.3.0 && <=8.3.11 |
| ESP32_Display_Panel | >=0.1.4 |
| ESP32_IO_Expander | 0.0.3 |
- Clone the entire repository and put all the files in a folder with name
digitalClockif it doesn't already exist. - Use the Latest Arduino IDE to open the .ino file and upload to the target device connected on UART port.
- Tap on the minutes and seconds text to adjust. Similiary, tap on the date to adjust.
Example code was sourced from Waveshare Wiki Page mentioned below. I just made it easier to implement in any sketch file.
