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

934 Commits

Author SHA1 Message Date
Neo Xu
135ad49dce
refactor(snapshot): use draw buffer interface (#5487)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-01-30 09:18:54 +01:00
Johannes Marbach
b45ef5ccf9
feat(drivers): add libinput/xkb driver (#5486) 2024-01-29 13:14:37 +01:00
_VIFEXTech
265ae0f56a
feat(profiler): add multithreading support and testcase (#5490)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-29 14:09:33 +08:00
J. Neuschäfer
e301af41c7
feat(doc): Update display-related documentation to new API (#5489) 2024-01-26 01:38:26 +08:00
Gabor Kiss-Vamosi
a7b767c780
docs(disp): document lv_refr_now (#5480) 2024-01-25 18:04:08 +08:00
Johannes Marbach
03cf1d1a0c
feat(fbdev): add docs and allow forcing refresh (#5444) 2024-01-24 14:38:18 +01:00
J. Neuschäfer
8d19189422
docs(disp): Fix pointer cast in flush_cb example (#5439)
Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
2024-01-24 10:39:45 +08:00
蒋慧赟
5ec8de60cc
docs(font): about "base dir" (#5429) 2024-01-23 08:18:04 +01:00
Gabriel Wang
51b8d8e4ea
chore(cmsis-pack): prepare for releasing LVGL9 (#5417) 2024-01-22 18:05:05 +01: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
1a81b836a8
docs: fix build error (#5385) 2024-01-19 11:21:33 +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
3883b61a7d
refactor(anim): rename ready_cb to completed_cb (#5378) 2024-01-18 11:07:29 +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
Benign X
2001d869a1
feat(fs): add fn_len for lv_fs_dir_read (#5362) 2024-01-17 14:41:54 +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
fb0fc86895
refactor(style): rename style_anim_time -> style_anim_duration (#5338) 2024-01-15 17:59:18 +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
Kenji Mouri (Qi Lu)
cab1336d8e
feat(drivers): add Windows backend for LVGL v9 (#5313) 2024-01-14 16:35:35 +01:00
Zoltan Janosy
2cbeddce8a
Added LCD driver options to Kconfig. (#5298)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-14 21:38:09 +08:00
Ju1He1
ed2056b620
feat(windows): add some more decls spec attributes (#5259) 2024-01-14 13:50:23 +01:00
Neo Xu
4dd7773e25
docs(disp): recommend to use lv_display_set_buffers instead (#5304)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-14 12:54:49 +01:00
nicusorcitu
ee8de1e1a0
feat(nxp): release NXP PXP and VG-Lite for LVGL v9.0 (#5288)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
2024-01-12 11:54:42 +01:00
Zoltan Janosy
a61e51f579
feat(driver): add ST7735, ST7789, ST7796, ILI9341 display drivers (#5020)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-12 10:25:07 +01:00
Gabor Kiss-Vamosi
e10f573150
fix(display): fix inconsistency in the API (#5136) 2024-01-11 13:38:24 +08:00
Carlos Diaz
87e9d549b1
feature(calendar): add interface to set a custom year list (#5227) 2024-01-11 03:26:47 +01:00
Neo Xu
ed99a21016
refactor(display): use draw_buf_t for display (#5204)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-10 10:54:56 +01:00
Gabor Kiss-Vamosi
dd056fc603
docs: update CONTRIBUTING.md with the shaping and pithes process (#5170) 2024-01-07 11:37:29 +08:00
PGNetHun
e37658c061
docs: fix references, lists, texts (#5193) 2024-01-06 08:34:02 +01:00
PGNetHun
2a129562d8
docs: fix links, add references, rename files (#5138) 2024-01-04 07:25:13 +01:00
Neo Xu
e217674295
chore: move lv_obj_t define to lv_types.h (#5161)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 21:44:36 +01:00
Neo Xu
b902600b83
feat(decoder): remove img_data and use decoded draw buffer instead (#4985)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 20:08:38 +08:00
Carlos Diaz
91e2617410
feat(scale): use the style_length property for ticks (#5141) 2024-01-03 11:34:54 +01:00
Gabor Kiss-Vamosi
8b1ae269cd
feat: simplify the PR template (#5134) 2024-01-02 08:10:46 +01:00
Gabor Kiss-Vamosi
3664f35364
feat(style): add length style property (#5135) 2024-01-02 14:29:14 +08:00
Petteri Aimonen
78ef17a465
chore(docs): fix some outdated information (#5144) 2024-01-02 14:10:13 +08:00
bjsylvia
7b73c784ab
chore(docs): sync indev docs with the latest code (#5129)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-12-29 17:49:59 +08:00
PGNetHun
e0f7f31538
docs(image): fix expression formatting, and correct names (#5125) 2023-12-29 10:16:35 +08:00
_VIFEXTech
431a290942
chore(freetype): remove freetype sbit cache (#5115)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-28 16:21:38 +08:00
_VIFEXTech
4b995448bc
refact(anim_timeline): refact anim timeline design (#5061)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-22 14:56:36 +08:00
Gabor Kiss-Vamosi
b172c64a8c docs: fix syntax 2023-12-18 13:51:35 +01:00
Gabor Kiss-Vamosi
3ececbfc93 chore: CHANGELOG fixes 2023-12-16 18:23:03 +01:00
Gabor Kiss-Vamosi
21c2c0c168 docs: add v9 CHANGELOG 2023-12-16 17:02:48 +01:00
Gabor Kiss-Vamosi
823721c56f
Update ROADMAP.rst 2023-12-15 22:36:58 +01:00
Gabor Kiss-Vamosi
5988c56b40 feat(display): add LV_EVENT_COLOR_FORMAT_CHANGED 2023-12-15 16:48:06 +01:00
Gabor Kiss-Vamosi
d5daccdd48 docs: update API comments 2023-12-13 22:23:03 +01:00
_VIFEXTech
4be4cb6eee
feat(style): add skew style (#4886)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-12 09:18:01 +01:00
Gabor Kiss-Vamosi
3bb538b032 docs: add docs- prefix to link IDs in the banner 2023-12-11 19:16:55 +01:00
Gabor Kiss-Vamosi
a200c137c8 docs: add banner 2023-12-11 18:50:25 +01:00