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

9870 Commits

Author SHA1 Message Date
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
_VIFEXTech
0379088110
chore(vg_lite): clean useless function and macro (#5346)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-17 14:35:48 +01:00
_VIFEXTech
32828206d1
chore(imgfont): simplify imgfont_dsc_t data structure (#5354)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-17 14:33:02 +01:00
Benign X
a00ce5ab0d
fix(sprintf): fix sprintf compile errors (#5358) 2024-01-17 20:02:55 +08:00
_VIFEXTech
4be9409a09
perf(vg_lite): remove path bounds secondary loop calculation (#5359)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-17 12:20:44 +01:00
Benign X
9a0ada3ebf
feat(tests): add whitelist for compile flag check (#5356) 2024-01-17 18:17:46 +08:00
_VIFEXTech
ff897e3b6f
fix(vg_lite): fix freetype build break and imgfont draw error (#5353)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-17 08:20:18 +01:00
_VIFEXTech
86138aad37
feat(nuttx): add cache interface (#5348)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-16 14:22:20 +01:00
_VIFEXTech
5c459ba544
fix(vg_lite): fix outline label is not displayed under transform (#5345)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-16 10:38:31 +01:00
Kenji Mouri (Qi Lu)
ab15bc8092
fix(windows): remove the imm32 static linking dependency and reduce compilation warnings (#5347) 2024-01-16 10:35:20 +01:00
Gabor Kiss-Vamosi
ba92532bcb
fix(codespace): update lv_conf.h for GitHub codespace (#5342) 2024-01-16 05:42:38 +01:00
Gabriel Wang
78a6b2f425
chore(cmsis-pack): prepare for LVGL9 release (#5323)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-15 19:50:03 +01:00
Gabor Kiss-Vamosi
f1739b864c
fix(fbdev): minor fixes (#5344) 2024-01-15 19:28:52 +01:00
Gabor Kiss-Vamosi
4c5e139ea0
fix(draw): fix bg image drawing (#5341) 2024-01-15 19:28:31 +01:00
Gabor Kiss-Vamosi
fb0fc86895
refactor(style): rename style_anim_time -> style_anim_duration (#5338) 2024-01-15 17:59:18 +01:00
Gabor Kiss-Vamosi
d757aa24de
fix(nxp): follow LVGL changes (#5339) 2024-01-15 17:39:55 +01:00