mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 05:26:18 +08:00
fix(demos): fix demos compiling error caused by font config (#4778)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com> Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
This commit is contained in:
@@ -1387,6 +1387,7 @@ menu "LVGL configuration"
|
||||
config LV_USE_DEMO_BENCHMARK
|
||||
bool "Benchmark your system"
|
||||
default n
|
||||
depends on LV_FONT_MONTSERRAT_14 && LV_FONT_MONTSERRAT_24
|
||||
config LV_DEMO_BENCHMARK_RGB565A8
|
||||
bool "Use RGB565A8 images with 16 bit color depth instead of ARGB8565"
|
||||
depends on LV_USE_DEMO_BENCHMARK
|
||||
@@ -1396,6 +1397,11 @@ menu "LVGL configuration"
|
||||
bool "Stress test for LVGL"
|
||||
default n
|
||||
|
||||
config LV_USE_DEMO_TRANSFORM
|
||||
bool "Transform test for LVGL"
|
||||
default n
|
||||
depends on LV_FONT_MONTSERRAT_18
|
||||
|
||||
config LV_USE_DEMO_MUSIC
|
||||
bool "Music player demo"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user