Merge branch 'lvgl93' into 'master'
misc: Update LVGL to 9.3.0 See merge request postmarketOS/buffybox!59
This commit is contained in:
commit
8dd14d4b60
6 changed files with 1348 additions and 803 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1073
buffyboard/lv_conf.h
1073
buffyboard/lv_conf.h
File diff suppressed because it is too large
Load diff
2
lvgl
2
lvgl
|
|
@ -1 +1 @@
|
|||
Subproject commit 7f07a129e8d77f4984fff8e623fd5be18ff42e74
|
||||
Subproject commit c033a98afddd65aaafeebea625382a94020fe4a7
|
||||
|
|
@ -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
|
||||
|
|
|
|||
1069
unl0kr/lv_conf.h
1069
unl0kr/lv_conf.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue