Description
I’m interested in using LVGL to implement a smartwatch. I found this perfect example on the official website( Demos — LVGL). Unfortunately, I couldn’t find the open-source code for its implementation.
The official examples(in code) provided only include the following few:
lvgl/demos/
├── benchmark
├── keypad_encoder
├── music
├── stress
└── widgets
As a beginner, I really need the source code of such a demo for learning purposes.
I want to emphasize that it will only be used for personal learning and not for any commercial purposes.
If I can’t find the source code, I hope to get detailed information on how to implement similar functionalities instead.
What MCU/Processor/Board and compiler are you using?
ESP32S3、Arduino
What LVGL version are you using?
v8.3.x
Screenshot and/or video
smartwatch GUI from Demos — LVGL