From 99df6bd03b8e7118ebf1e91579ff4a113f8cf2ac Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 18 Apr 2021 16:28:56 +0200 Subject: [PATCH] tests/pkg_lvgl*: add Kconfig sample configuration --- tests/pkg_lvgl/app.config.sample | 5 +++++ tests/pkg_lvgl_touch/app.config.sample | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 tests/pkg_lvgl/app.config.sample create mode 100644 tests/pkg_lvgl_touch/app.config.sample 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