fix(grid,flex): fix compile errors when grid or flex is disabled (#5289)
This commit is contained in:
committed by
GitHub
parent
236a2a2672
commit
8df95aaf4b
@@ -18,6 +18,10 @@
|
||||
#error "LV_FONT_MONTSERRAT_24 is required for lv_demo_benchmark. Enable it in lv_conf.h."
|
||||
#endif
|
||||
|
||||
#if LV_USE_DEMO_WIDGETS == 0
|
||||
#error "LV_USE_DEMO_WIDGETS needs to be enabled"
|
||||
#endif
|
||||
|
||||
#include "../../src/display/lv_display_private.h"
|
||||
#include "../../src/core/lv_global.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user