1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

9685 Commits

Author SHA1 Message Date
Gabriel Wang
09cb87cdc6
chore(cmsis-pack): update cmsis-pack for some missing PRs (#5424) v9.0.0 2024-01-22 18:31:42 +01:00
Gabriel Wang
51b8d8e4ea
chore(cmsis-pack): prepare for releasing LVGL9 (#5417) 2024-01-22 18:05:05 +01:00
Gabor Kiss-Vamosi
1771cf0b38
feat(sysmon): add option to use custom idle function (#5421) 2024-01-22 16:57:46 +01:00
_VIFEXTech
2e90e65383
feat(nuttx): add builtin profiler adaptation (#5415)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-22 14:31:22 +01:00
Benign X
7b68aef4ab
feat(image_decoder): add image decoder header cache (#5420) 2024-01-22 14:28:58 +01:00
Tong R
4a60e01f8c
fix(gridnav): fix the lv_gridnav_remove which may remove the event incorrectly (#5410) 2024-01-22 14:27:07 +01:00
Benign X
4e49a6bf96
feat(image_decoder): simplify lv_image_decoder_get_info/open workflow (#5404) 2024-01-22 13:45:00 +01:00
_VIFEXTech
151da62a9e
feat(profiler_builtin): add enable/disable interface (#5414)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-22 13:26:17 +01:00
Benign X
cf7ee6feba
fix(decoder_dsc): replace decoder_dsc.header with decoder_dsc.decoded->header (#5405) 2024-01-22 13:01:20 +01:00
Benign X
40b9a8f6ec
feat(image_decoder): remove args for open_cb (#5402) 2024-01-22 12:57:54 +01:00
Gabor Kiss-Vamosi
2297338c0d
revert "feat(decoder): add image header cache" (#5418) 2024-01-22 12:57:06 +01:00
_VIFEXTech
59c624aa38
perf(draw): use lv_memzero to quickly clean up transparent masks (#5401)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-01-22 12:50:16 +01:00
Benign X
d26eac8f3a
feat(decoder): add image header cache (#5407) 2024-01-22 12:44:14 +01:00
Benign X
356f3ed018
fix(draw_label): fix draw label missing format mapping (#5413) 2024-01-22 08:50:00 +01:00
Benign X
838cbd6ae6
fix(CI): fix CI not working properly (#5403) 2024-01-20 00:09:45 +01:00
Benign X
a8f1d82b66
fix(display): fix incorrect assert conditions (#5400) 2024-01-20 01:07:52 +08:00
lhdjply
f470539f4c
docs: add Chinese README (#5388)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-01-19 21:18:32 +08:00
Gabor Kiss-Vamosi
24d8946daf
docs: improve PR template (#5332) 2024-01-19 11:42:37 +01:00
Neo Xu
f42917ad09
feat(display): assert when buffer is not aligned (#5272)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-19 18:36:49 +08:00
Kenji Mouri (Qi Lu)
13f60d65f5
fix(demos): remove unnecessary dependencies (#5390) 2024-01-19 10:54:11 +01:00
Benign X
c0d2e094cc
chore(image_decoder): remove unused codes (#5393) 2024-01-19 10:43:34 +01:00
Neo Xu
24115615bc
feat(assert): support format string in assert message (#5392)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-19 10:39:10 +01:00
Neo Xu
214d72da88
feat(test): automatically generate test image (#4976)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-19 10:38:30 +01:00
Gabor Kiss-Vamosi
7c1cb04dee
fix(gridnav): fix warning when logging is disabled (#5395) 2024-01-19 10:00:10 +01:00
Carlos Diaz
481d867cc3
test(obj): Add initial tests for lv_obj_move_to_index (#5284)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-19 09:53:35 +01:00
Gabor Kiss-Vamosi
1a81b836a8
docs: fix build error (#5385) 2024-01-19 11:21:33 +08:00
Neo Xu
3a8c6ce340
chore(bin_decoder): make ownership of decompressed memory clear (#5369)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-18 14:59:41 +01:00
Neo Xu
578a5e7c6c
fix(draw): use image area to check if decoded image usable (#4948)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-18 14:51:45 +01:00
Neo Xu
38b455bcef
feat(event): use lv_array for event descriptors (#5301)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-18 14:48:31 +01:00
lhdjply
6528e38ed0
fix:replace lv_image_get_zoom with lv_image_get_scale (#5383) 2024-01-18 21:41:11 +08:00
Gabor Kiss-Vamosi
0a0f4b484d
refactor(driver): rename dev to drivers + Arduino update (#5377) 2024-01-18 14:29:39 +01:00
Gabor Kiss-Vamosi
f2cb462be3
fix(anim): fix missing changes from #5378 (#5380) 2024-01-18 21:25:55 +08:00
Neo Xu
ed3e485b22
feat(array): make the API of lv_array module STL-like (#5300)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-18 13:45:46 +01:00
lhdjply
d939316e26
chore(api_map): remove unused api and repalce error name api (#5367)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-18 20:30:39 +08:00
Gabor Kiss-Vamosi
3883b61a7d
refactor(anim): rename ready_cb to completed_cb (#5378) 2024-01-18 11:07:29 +01:00
Neo Xu
3b26b045ec
fix(string): need to use correct copy direction when memory overlaps (#5374)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-18 11:01:55 +01:00
Benign X
8f774ccb29
doc(fs_template): fix doc params missing (#5376) 2024-01-18 10:57:16 +01:00
jeremy-baker
cc7b10ddf2
fix(dave2d): fix drawing border corners (#5366) 2024-01-18 10:41:54 +01:00
_VIFEXTech
8cba0670ac
chore(fs_posix): remove win32 support (#5365)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-01-18 10:40:52 +01:00
Gabor Kiss-Vamosi
b9f6dfd84b
fix(disp): minor fixes for flushing (#5360) 2024-01-18 10:38:01 +01:00
bjsylvia
1881ef22d2
feat(indev): in event-driven mode,needn't continue_reading (#5363)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2024-01-18 10:35:08 +01:00
Neo Xu
8d67e9c488
chore(decoder): only premultiply for images have alpha (#5370)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-18 09:34:55 +01:00
_VIFEXTech
0d3f2990fd
fix(vg_lite): fix draw mask rect error (#5372)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-18 09:32:06 +01:00
Benign X
c2707d3fca
chore(LVGLImage): triple double-quoted strings should be used for docstrings (#5373) 2024-01-18 09:24:07 +01:00
Neo Xu
dd42600e24
chore(decoder): call image post process directly (#5371)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-18 09:23:21 +01:00
YUANSUYI
67f9997184
docs(disp): fix minor typo in docs/porting/display.rst (#5368)
Co-authored-by: 袁苏义 <yuansuyi@hzdusun.com>
2024-01-18 15:00:11 +08:00
Gabor Kiss-Vamosi
b48fd4863f
fix(sysmon): performance measurement (#5361) 2024-01-18 10:36:41 +08:00
Benign X
a7737a936a
fix(strcpy): replace lv_strcpy to lv_strncpy (#5364) 2024-01-17 23:51:20 +08:00
Benign X
2001d869a1
feat(fs): add fn_len for lv_fs_dir_read (#5362) 2024-01-17 14:41:54 +01:00
terry.rong
122acbd00f
fix(event): fix assert in event bubble mode. (#5357)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2024-01-17 14:38:05 +01:00