diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-16 09:37:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-15 20:07:54 -0700 |
commit | 487264b9075d69624af14ae8ab17f0a47a3c3b43 (patch) | |
tree | 2976e193aebe8bfebc8499f48e0b92790d1ed288 | |
parent | bdeb3ecf73e8994ac90e30d1f032f45580640871 (diff) | |
download | meta-openembedded-487264b9075d69624af14ae8ab17f0a47a3c3b43.tar.gz |
lvgl: upgrade 8.3.8 -> 8.3.9
Changelog:
==========
Fixes
-------
fix(decoder): fix LV_IMG_CF_ALPHA_8BIT bin file decoder 4406
fix(config): fix typo in LV_USE_PERF_MONITOR and LV_USE_MEM_MONITOR 4403
fix(attr): refactor LV_ATTRIBUTE_* for function attributes 4404
fix(font): fix optimizer issue in lv_font_fmt_txt.c 4385
fix(btnmatrix): Hide button matrix when all buttons hidden 65f1c93
fix(obj) prevent hidden objects keeping focus 375b3b5
fix(btnmatrix): Fix typo in previous commit! 29ed7c5
fix(tabview): fix warning 223dc1c
fix(indev): fix warnings when loggin coordinates is enabled 645006e
fix: use const lv_img_dsc_t * dsc function parameter in lv_img_buf.h/ 4f102d7
fix(chart): fix lv_chart_get_point_pos_by_id f9ffcc9
fix(imgbtn): support LV_OBJ_FLAG_CHECKABLE 385d999
Docs
-------
docs(disp): metined that rotation rotates the touch coordinates too 810852b
Others
--------
demos: add lv_demo_..._close() functions for each demo 91038a9
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb (renamed from meta-oe/recipes-graphics/lvgl/lvgl_8.3.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_8.3.8.bb b/meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb index 6103a0294..dc681c249 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl_8.3.8.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" | 9 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/lvgl/lvgl;protocol=https;branch=release/v8.3" | 11 | SRC_URI = "git://github.com/lvgl/lvgl;protocol=https;branch=release/v8.3" |
12 | SRCREV = "e6d7be00bfa5e1df450c7b713003a9effa03c614" | 12 | SRCREV = "9ec3b8706b098f60940cee6ac211d3cb3141aedf" |
13 | 13 | ||
14 | inherit cmake | 14 | inherit cmake |
15 | 15 | ||