mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/pkg_lvgl*: add Kconfig sample configuration
This commit is contained in:
parent
b55c1152b7
commit
99df6bd03b
5
tests/pkg_lvgl/app.config.sample
Normal file
5
tests/pkg_lvgl/app.config.sample
Normal file
@ -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
|
5
tests/pkg_lvgl_touch/app.config.sample
Normal file
5
tests/pkg_lvgl_touch/app.config.sample
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user