diff options
-rw-r--r-- | app/boards/shields/corne/Kconfig.defconfig | 2 | ||||
-rw-r--r-- | app/boards/shields/jorne/Kconfig.defconfig | 2 | ||||
-rw-r--r-- | app/boards/shields/kyria/Kconfig.defconfig | 2 | ||||
-rw-r--r-- | app/boards/shields/lily58/Kconfig.defconfig | 2 | ||||
-rw-r--r-- | app/boards/shields/microdox/Kconfig.defconfig | 2 | ||||
-rw-r--r-- | app/boards/shields/sofle/Kconfig.defconfig | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/app/boards/shields/corne/Kconfig.defconfig b/app/boards/shields/corne/Kconfig.defconfig index 3f1e783..0355c77 100644 --- a/app/boards/shields/corne/Kconfig.defconfig +++ b/app/boards/shields/corne/Kconfig.defconfig @@ -37,7 +37,7 @@ if LVGL config LVGL_HOR_RES_MAX default 128 -config LVGL_VER_RES +config LVGL_VER_RES_MAX default 32 config LVGL_VDB_SIZE diff --git a/app/boards/shields/jorne/Kconfig.defconfig b/app/boards/shields/jorne/Kconfig.defconfig index ee1f80e..c0df54b 100644 --- a/app/boards/shields/jorne/Kconfig.defconfig +++ b/app/boards/shields/jorne/Kconfig.defconfig @@ -37,7 +37,7 @@ if LVGL config LVGL_HOR_RES_MAX default 128 -config LVGL_VER_RES +config LVGL_VER_RES_MAX default 32 config LVGL_VDB_SIZE diff --git a/app/boards/shields/kyria/Kconfig.defconfig b/app/boards/shields/kyria/Kconfig.defconfig index 3bd914a..8d5fe81 100644 --- a/app/boards/shields/kyria/Kconfig.defconfig +++ b/app/boards/shields/kyria/Kconfig.defconfig @@ -37,7 +37,7 @@ if LVGL config LVGL_HOR_RES_MAX default 128 -config LVGL_VER_RES +config LVGL_VER_RES_MAX default 64 config LVGL_VDB_SIZE diff --git a/app/boards/shields/lily58/Kconfig.defconfig b/app/boards/shields/lily58/Kconfig.defconfig index 80eab54..81feefd 100644 --- a/app/boards/shields/lily58/Kconfig.defconfig +++ b/app/boards/shields/lily58/Kconfig.defconfig @@ -33,7 +33,7 @@ if LVGL config LVGL_HOR_RES_MAX default 128 -config LVGL_VER_RES +config LVGL_VER_RES_MAX default 32 config LVGL_VDB_SIZE diff --git a/app/boards/shields/microdox/Kconfig.defconfig b/app/boards/shields/microdox/Kconfig.defconfig index 3d9bc24..3f8b748 100644 --- a/app/boards/shields/microdox/Kconfig.defconfig +++ b/app/boards/shields/microdox/Kconfig.defconfig @@ -39,7 +39,7 @@ if LVGL config LVGL_HOR_RES_MAX default 128 -config LVGL_VER_RES +config LVGL_VER_RES_MAX default 32 config LVGL_VDB_SIZE diff --git a/app/boards/shields/sofle/Kconfig.defconfig b/app/boards/shields/sofle/Kconfig.defconfig index 3fa2f7a..6a4f863 100644 --- a/app/boards/shields/sofle/Kconfig.defconfig +++ b/app/boards/shields/sofle/Kconfig.defconfig @@ -33,7 +33,7 @@ if LVGL config LVGL_HOR_RES_MAX default 128 -config LVGL_VER_RES +config LVGL_VER_RES_MAX default 32 config LVGL_VDB_SIZE |