How to obtain the source code for the official perfect smartwatch GUI demo

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. :kissing:

What MCU/Processor/Board and compiler are you using?

ESP32S3、Arduino

What LVGL version are you using?

v8.3.x

Screenshot and/or video

:point_down: smartwatch GUI from Demos — LVGL :point_down:

I remember this is an example from GUI Guider. You can download GUI Guider and use it to export the code

I appreciate your response, but I couldn’t find it following your instructions. Could you please guide me more specifically? Thanks.

First, make sure you have downloaded the GUIGUIDER software. Then you can create a new project, use the 8.3.10 simulator, and find the smartwatch project in the application template.

Thanks a lot. I’ll try that.

I think this one apps_zephyr/apps/SmartWatch/src/UI_SW at SmartWatch · nxp-zephyr/apps_zephyr · GitHub

OK man! Thanks a lot