diff --git a/tests/pkg_lvgl/app.config.sample b/tests/pkg_lvgl/app.config.sample new file mode 100644 index 0000000000..e2682577f4 --- /dev/null +++ b/tests/pkg_lvgl/app.config.sample @@ -0,0 +1,5 @@ +# Sample lvgl configuration +CONFIG_KCONFIG_USEPKG_LVGL=y +CONFIG_LV_COLOR_DEPTH_16=y +CONFIG_LV_COLOR_16_SWAP=y +CONFIG_LV_MEM_SIZE_KILOBYTES=5 diff --git a/tests/pkg_lvgl_touch/app.config.sample b/tests/pkg_lvgl_touch/app.config.sample new file mode 100644 index 0000000000..e2682577f4 --- /dev/null +++ b/tests/pkg_lvgl_touch/app.config.sample @@ -0,0 +1,5 @@ +# Sample lvgl configuration +CONFIG_KCONFIG_USEPKG_LVGL=y +CONFIG_LV_COLOR_DEPTH_16=y +CONFIG_LV_COLOR_16_SWAP=y +CONFIG_LV_MEM_SIZE_KILOBYTES=5