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

5578 Commits

Author SHA1 Message Date
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
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
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
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
_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
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
Carlos Diaz
821bb1f1a8
fix(calendar): Add 2025 and 2024 to default year list (#5340) 2024-01-15 17:39:19 +01:00
Gabor Kiss-Vamosi
b086c76152
fix(dave2d): follow lvgl changes (#5334) 2024-01-15 16:54:17 +01:00
_VIFEXTech
106519bd2d
refact(binfont): unified font creation API (#5333)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-15 15:50:22 +01:00
Gabor Kiss-Vamosi
c7bece7d98
fix(conf): mode LV_USE_SYSMON and LV_USE_PEFRF/MEM_MONITOR closer (#5314) 2024-01-15 13:50:01 +01:00
_VIFEXTech
178789a937
Revert "feat(tiny_ttf): add lv_font_* as paramater to lv_tiny_ttf_create" (#5327)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-15 13:33:44 +01:00
_VIFEXTech
9849f65254
fix(vg_lite): fix warning (#5317)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-15 12:48:28 +01:00
Neo Xu
c8bd402192
feat(draw_buf) make lv_draw_buf_malloc a static function (#5318)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-15 12:39:28 +01:00
_VIFEXTech
d619d6b7f5
perf(vg_lite): simplify the global path acquisition method (#5325)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-15 12:38:06 +01:00
bjsylvia
751bc99b98
fix(indev): use lv_anim_delete to delete scroll_throw_anim (#5324)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2024-01-15 11:38:13 +01:00
Neo Xu
57cda3b91c
feat(draw_buf): use lv_draw_buf_t as argument of API lv_draw_buf_clear/copy (#5322)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-15 11:37:38 +01:00
Zhang Ji Peng
adfd8c2e8b
fix(vector): fix draw image pattern with opacity. (#5330)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
2024-01-15 17:36:05 +08:00
Kenji Mouri (Qi Lu)
cab1336d8e
feat(drivers): add Windows backend for LVGL v9 (#5313) 2024-01-14 16:35:35 +01:00
Gabor Kiss-Vamosi
1e1caef813
fix(theme): limit the theme applied tabview header buttons (#5309) 2024-01-14 22:06:46 +08:00
Gabor Kiss-Vamosi
74c72d7c7c
fix(calendar): style today and highlighted dates (#5310) 2024-01-14 21:30:04 +08:00
Gabor Kiss-Vamosi
1b69c1c341
fix(conf): lower the default RAM usage from 256k to 64k (#5308) 2024-01-14 21:28:05 +08:00
bjsylvia
e916de1e9d
chore(indev): support lv_indev_get_mode (#5186)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2024-01-14 13:51:55 +01:00
_VIFEXTech
2e8bec8392
feat(vg_lite_tvg): upgrade vg_lite.h v4.0.47 (#5297)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-14 13:50:54 +01:00
Ju1He1
ed2056b620
feat(windows): add some more decls spec attributes (#5259) 2024-01-14 13:50:23 +01:00