fix(benchmark): better handle font dependencies

This commit is contained in:
Gabor Kiss-Vamosi
2024-10-17 10:34:50 +02:00
committed by VIFEX
parent e11554f2d5
commit 0bbded79c8

View File

@@ -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