fix(benchmark): better handle font dependencies
This commit is contained in:
6
Kconfig
6
Kconfig
@@ -1937,7 +1937,11 @@ menu "LVGL configuration"
|
||||
config LV_USE_DEMO_BENCHMARK
|
||||
bool "Benchmark your system"
|
||||
default n
|
||||
depends on LV_FONT_MONTSERRAT_14 && LV_FONT_MONTSERRAT_24 && LV_USE_DEMO_WIDGETS
|
||||
select LV_FONT_MONTSERRAT_14
|
||||
select LV_FONT_MONTSERRAT_20
|
||||
select LV_FONT_MONTSERRAT_24
|
||||
select LV_FONT_MONTSERRAT_26
|
||||
select LV_USE_DEMO_WIDGETS
|
||||
config LV_USE_DEMO_RENDER
|
||||
bool "Render test for each primitives. Requires at least 480x272 display"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user