Merge branch 'lvgl93' into 'master'

misc: Update LVGL to 9.3.0

See merge request postmarketOS/buffybox!59
This commit is contained in:
Johannes Marbach 2025-06-18 18:24:23 +00:00
commit 8dd14d4b60
6 changed files with 1348 additions and 803 deletions

View file

@ -10,6 +10,7 @@ If a change only affects particular applications, they are listed in parentheses
## Unreleased
- misc: Update LVGL to 9.3.0 (!59, thanks @vstoiakin)
- misc: Use standard C library instead of builtin functions (!49, thanks @vstoiakin)
- feat: Add support for split packaging of buffyboard and unl0kr (!54, thanks @vstoiakin)
- fix: Do not hang if graphics backend is not available (!57, thanks @vstoiakin)

View file

@ -12,10 +12,12 @@ LV_USE_STDLIB_SPRINTF LV_STDLIB_CLIB
LV_USE_DRAW_SW 1
LV_DRAW_SW_COMPLEX 1
LV_DRAW_SW_SUPPORT_RGB565 0
LV_DRAW_SW_SUPPORT_RGB565_SWAPPED 0
LV_DRAW_SW_SUPPORT_RGB565A8 0
LV_DRAW_SW_SUPPORT_RGB888 1
LV_DRAW_SW_SUPPORT_XRGB8888 1
LV_DRAW_SW_SUPPORT_ARGB8888 1
LV_DRAW_SW_SUPPORT_ARGB8888_PREMULTIPLIED 0
LV_DRAW_SW_SUPPORT_L8 0
LV_DRAW_SW_SUPPORT_AL88 0
LV_DRAW_SW_SUPPORT_A8 0
@ -108,3 +110,4 @@ LV_LIBINPUT_BSD 0
LV_LIBINPUT_XKB 0
LV_BUILD_EXAMPLES 0
LV_BUILD_DEMOS 0

File diff suppressed because it is too large Load diff

2
lvgl

@ -1 +1 @@
Subproject commit 7f07a129e8d77f4984fff8e623fd5be18ff42e74
Subproject commit c033a98afddd65aaafeebea625382a94020fe4a7

View file

@ -13,10 +13,12 @@ LV_USE_STDLIB_SPRINTF LV_STDLIB_CLIB
LV_USE_DRAW_SW 1
LV_DRAW_SW_COMPLEX 1
LV_DRAW_SW_SUPPORT_RGB565 0
LV_DRAW_SW_SUPPORT_RGB565_SWAPPED 0
LV_DRAW_SW_SUPPORT_RGB565A8 0
LV_DRAW_SW_SUPPORT_RGB888 1
LV_DRAW_SW_SUPPORT_XRGB8888 1
LV_DRAW_SW_SUPPORT_ARGB8888 1
LV_DRAW_SW_SUPPORT_ARGB8888_PREMULTIPLIED 0
LV_DRAW_SW_SUPPORT_L8 0
LV_DRAW_SW_SUPPORT_AL88 0
LV_DRAW_SW_SUPPORT_A8 0
@ -112,3 +114,4 @@ LV_LIBINPUT_BSD 0
LV_LIBINPUT_XKB 1
LV_BUILD_EXAMPLES 0
LV_BUILD_DEMOS 0

File diff suppressed because it is too large Load diff