Use LVGL in MaixCDK
run gui_lvgl demo
- Go to
examples/gui_lvglin MaixCDK. - Execute
maixcdk buildto build the project for PC. - Execute
maixcdk runto run the project on PC.
You can also execute maixcdk menuconfig to change platform to build for other platform.
Custom your own UI
- Download squareline and install first.
- Create a new UI project in squareline.
- Edit your UI.
- Export UI files, then you will get a
uifolder. - Copy all ui files to
examples/gui_lvgl/uifolder. - Run
maixcdk buildto build.
Or you can mannually write code and not use squareline.