1
0
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:
Alexandre Abadie 2021-04-18 16:28:56 +02:00
parent b55c1152b7
commit 99df6bd03b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 10 additions and 0 deletions

View 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

View 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