feat(test): make LVGL's test utilities public

This commit is contained in:
Gabor Kiss-Vamosi
2025-02-13 01:03:27 +01:00
parent aff9ad3b4a
commit 8d04466c68
118 changed files with 1189 additions and 516 deletions

View File

@@ -1642,6 +1642,11 @@ menu "LVGL configuration"
int "Font manager name max length"
depends on LV_USE_FONT_MANAGER
default 32
config LV_USE_TEST
bool "Enable emulated input devices, time emulation, and screenshot compares."
config LV_USE_TEST_SCREENSHOT_COMPARE
bool "Enable `lv_test_screenshot_compare`. Requires libpng and a few MB of extra RAM."
depends on LV_USE_TEST
config LV_USE_XML
bool "Enable loading XML UIs runtime"
config LVGL_VERSION_MAJOR