mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-23 07:46:36 +08:00
fix(demo): add LV_USE_LOTTIE check for demo smartwatch (#8002)
This commit is contained in:
@@ -19,6 +19,10 @@ extern "C"
|
||||
|
||||
#if LV_USE_DEMO_SMARTWATCH
|
||||
|
||||
#if LV_USE_LOTTIE == 0
|
||||
#error "lv_demo_smartwatch requires LV_USE_LOTTIE"
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
Reference in New Issue
Block a user