fix(demo): add LV_USE_LOTTIE check for demo smartwatch (#8002)

This commit is contained in:
Benign X
2025-03-26 16:48:16 +08:00
committed by GitHub
parent 5cd766d346
commit a0400e57ba
+4
View File
@@ -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
*********************/