lvgl: bump supported version to v8.2.0
In upstream the LV_COLOR_DEPTH_BITS option is called LV_COLOR_DEPTH, this needs changing if we want to support v8.2.0. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
This commit is contained in:
parent
209331734b
commit
134f56dd2d
13 changed files with 13 additions and 13 deletions
|
@ -71,7 +71,7 @@ config LV_Z_VDB_SIZE
|
||||||
config LV_Z_DPI
|
config LV_Z_DPI
|
||||||
default 128
|
default 128
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_16
|
default LV_COLOR_DEPTH_16
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ config LV_Z_VDB_SIZE
|
||||||
config LV_Z_DPI
|
config LV_Z_DPI
|
||||||
default 128
|
default 128
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_16
|
default LV_COLOR_DEPTH_16
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ config LV_Z_VDB_SIZE
|
||||||
config LV_Z_DPI
|
config LV_Z_DPI
|
||||||
default 128
|
default 128
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_16
|
default LV_COLOR_DEPTH_16
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ endif # DISPLAY
|
||||||
|
|
||||||
if LVGL
|
if LVGL
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_1
|
default LV_COLOR_DEPTH_1
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ config LV_Z_VDB_SIZE
|
||||||
config LV_Z_BITS_PER_PIXEL
|
config LV_Z_BITS_PER_PIXEL
|
||||||
default 24
|
default 24
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_32
|
default LV_COLOR_DEPTH_32
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ config LV_Z_VDB_SIZE
|
||||||
config LV_Z_BITS_PER_PIXEL
|
config LV_Z_BITS_PER_PIXEL
|
||||||
default 16
|
default 16
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_16
|
default LV_COLOR_DEPTH_16
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ config LV_Z_VDB_SIZE
|
||||||
config LV_Z_BITS_PER_PIXEL
|
config LV_Z_BITS_PER_PIXEL
|
||||||
default 24
|
default 24
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_16
|
default LV_COLOR_DEPTH_16
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ config LV_Z_BITS_PER_PIXEL
|
||||||
int
|
int
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_1
|
default LV_COLOR_DEPTH_1
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ config LV_Z_DPI
|
||||||
config LV_Z_BITS_PER_PIXEL
|
config LV_Z_BITS_PER_PIXEL
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_1
|
default LV_COLOR_DEPTH_1
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ config LV_Z_BITS_PER_PIXEL
|
||||||
default 24 if SHIELD_ST7789V_TL019FQV01
|
default 24 if SHIELD_ST7789V_TL019FQV01
|
||||||
default 16 if SHIELD_ST7789V_WAVESHARE_240X240
|
default 16 if SHIELD_ST7789V_WAVESHARE_240X240
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_16 if SHIELD_ST7789V_WAVESHARE_240X240
|
default LV_COLOR_DEPTH_16 if SHIELD_ST7789V_WAVESHARE_240X240
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ config LV_Z_DPI
|
||||||
default 120 if SHIELD_WAVESHARE_EPAPER_GDEW042T2
|
default 120 if SHIELD_WAVESHARE_EPAPER_GDEW042T2
|
||||||
default 130
|
default 130
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_1
|
default LV_COLOR_DEPTH_1
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ config LV_Z_POINTER_KSCAN_INVERT_X
|
||||||
config LV_Z_POINTER_KSCAN_INVERT_Y
|
config LV_Z_POINTER_KSCAN_INVERT_Y
|
||||||
bool
|
bool
|
||||||
|
|
||||||
choice LV_COLOR_DEPTH_BITS
|
choice LV_COLOR_DEPTH
|
||||||
default LV_COLOR_DEPTH_16
|
default LV_COLOR_DEPTH_16
|
||||||
prompt "Color depth."
|
prompt "Color depth."
|
||||||
depends on LVGL
|
depends on LVGL
|
||||||
|
|
2
west.yml
2
west.yml
|
@ -162,7 +162,7 @@ manifest:
|
||||||
revision: 12019623bbad9eb54fe51066847a7cbd4b4eac57
|
revision: 12019623bbad9eb54fe51066847a7cbd4b4eac57
|
||||||
path: modules/lib/loramac-node
|
path: modules/lib/loramac-node
|
||||||
- name: lvgl
|
- name: lvgl
|
||||||
revision: aae1c11102138cf596687e662c0d54b72f72bf9b
|
revision: a2e17073e5208c221e24e3c2b3b6c473e878bd1e
|
||||||
path: modules/lib/gui/lvgl
|
path: modules/lib/gui/lvgl
|
||||||
- name: lz4
|
- name: lz4
|
||||||
revision: 8e303c264fc21c2116dc612658003a22e933124d
|
revision: 8e303c264fc21c2116dc612658003a22e933124d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue