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

9922 Commits

Author SHA1 Message Date
Benign X
09985a8e80
feat(image_cache): add resize function to image cache (#5829) 2024-03-12 15:39:35 +08:00
Jake Grossman
0a9d86dd7b
docs(display): use lv_display_delete_refr_timer to delete display timer (#5835) 2024-03-12 15:38:38 +08:00
VIFEXT
eace5e1072
feat(nuttx): add cpu idle getter (#5814)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-03-12 15:38:19 +08:00
Gabor Kiss-Vamosi
2722e390e4
chore(benchmark): add warning for probably low memory (#5797) 2024-03-12 12:28:10 +08:00
Gabor Kiss-Vamosi
aecedc5d37
docs(lv_conf): show how to include something in lv_conf.h (#5740) 2024-03-12 12:25:58 +08:00
Neo Xu
4cf14cc6f3
feat(test): add multiple color formats to stride adjust test (#5690)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-03-12 10:25:51 +08:00
蒋慧赟
ca19c7bcb4
chore(group): add assertion to avoid null pointer access (#5769) 2024-03-11 22:04:50 +01:00
Kevin Schlosser
b8ffeca38f
ci(micropython): catch event failure in the test (#5787) 2024-03-12 02:11:04 +08:00
Sergio Perez
6d8dbe9ff4
fix(fsdrv/fatfs): fix does not detect the end of entries in fs_dir_read (#5826) 2024-03-12 01:48:37 +08:00
Lemon
30793d712f
feat(libjpeg_turbo): add JPEG image EXIF data parsing (#5263)
Co-authored-by: liujp <liujp@xiaomi.com>
2024-03-10 14:54:20 +08:00
Gabor Kiss-Vamosi
803ec3e059
docs(tick): simplify and promote lv_tick_set_cb (#5781) 2024-03-10 14:50:08 +08:00
Gabor Kiss-Vamosi
ed38275db5
fix(layer): update the cached layer type on state change (#5801) 2024-03-10 14:48:19 +08:00
Gabor Kiss-Vamosi
7a59cd15ec
docs(style): output the style properties to style-props.rst (#5802) 2024-03-10 14:46:40 +08:00
Jordi Gauchía
5971c33e45
fix(file_explorer): fix quick access compiler error (#5783) 2024-03-09 13:04:06 +08:00
Benign X
6249b04145
feat(freetype): change the tilt of freetype fonts in italics (#5812) 2024-03-09 12:47:45 +08:00
Gabor Kiss-Vamosi
8d453b5705
fix(msgbox): return the footer in lv_msgbox_get_footer (#5804) 2024-03-08 12:54:02 +08:00
Gabor Kiss-Vamosi
b54349953a
fix(x11): fix assert on delete (#5799) 2024-03-08 12:53:41 +08:00
Gabor Kiss-Vamosi
b1bf19259b
docs(changelog): mention that LV_COLOR_DEPTH 8 is not supported yet (#5796) 2024-03-08 12:53:07 +08:00
verosys
5764436f13
fix(demo_music): fix the previous button in the music demo is not clickable (#5808) 2024-03-07 22:53:31 +08:00
Gabor Kiss-Vamosi
f71bfd6eef
fix(draw): fix non antialiased rgb565a8 transformation (#5782) 2024-03-07 14:55:19 +08:00
Benign X
11af91273e
fix(freetpye): fix the problem of incomplete font drawing when setting with italic (#5807) 2024-03-07 12:38:25 +08:00
Ramesh
87c57e3843
refact(Kconfig): update as per lv_conf_template.h (#5780) 2024-03-07 12:26:45 +08:00
Rbb666
0e091f644d
Fix the compilation error problem of lvgl9.x on rtthread (#5794) 2024-03-06 21:03:30 +08:00
_VIFEXTech
0297fac1b2
refact(vg_lite): abstract common pending release logic (#5756)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-03-06 10:32:55 +08:00
_VIFEXTech
2e3b5dc667
feat(vg_lite): add matrix assert (#5766)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-03-06 10:11:46 +08:00
Rocky
481dd7b912
fix(fsdrv): add missing lv_fs_littlefs_init function declaration (#5778) 2024-03-05 19:18:28 +01:00
xaowang
c326e31a87
fix(vg_lite):fix bug for wrong rendering in vertical or horizontal dir (#5789)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
2024-03-05 11:34:21 +08:00
Mattia Maldini
de09007c03
fix(env): added *.cpp glob in ESP configuration (#5761) 2024-03-04 11:28:29 +08:00
Gabor Kiss-Vamosi
ac518088e9
fix(draw): fix the invalidation of scaled areas (#5548) 2024-03-04 10:53:00 +08:00
_VIFEXTech
133aee3fca
feat(vg_lite): add grad cache size config and auto release cache (#5731)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-03-04 10:17:04 +08:00
Neo Xu
54198c925b
fix(warning): variable set but unused. (#5757)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-03 19:45:33 +01:00
Neo Xu
9b09182fc7 fix(thorvg): link lvgl_thorvgl with lvgl
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-04 02:00:44 +08:00
Neo Xu
c81f654026 fix(warning): error: a function declaration without a prototype is deprecated in all versions of C
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-04 02:00:44 +08:00
Neo Xu
9a6a194680 fix(warning): error: no newline at end of file
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-04 02:00:44 +08:00
Neo Xu
47750f1b86 fix(warning): fix shadown variable warning
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-04 02:00:44 +08:00
Neo Xu
f797a89a4b
feat(draw_buf): support indexed image in draw_buf_copy (#5686)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-03-03 18:56:45 +01:00
IAMLIUBO
745ef50e65
doc(stm32): fix typo (#5772)
Signed-off-by: imliubo <imliubo@makingfun.xyz>
2024-03-01 17:26:24 +08:00
JLJimmyH
16eb744b52
fix(draw): fix rgb565 with LV_BLEND_MODE_MULTIPLY (#5749)
Co-authored-by: Jimmy <jimmy@jeilin.com>
2024-02-29 07:41:36 +01:00
Gabor Kiss-Vamosi
7a65a5328c
fix(api_map_v8): add some missing functions (#5710) 2024-02-29 06:32:50 +01:00
Gabor Kiss-Vamosi
9a711cb3ea
fix(refr): fix ARGB8888 buffer clearing in DIRECT mode (#5741) (#5758) 2024-02-27 19:18:48 +01:00
Neo Xu
c25555107c
feat(nuttx): update display driver (#5752)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-27 07:32:02 +01:00
Neo Xu
4b039b0605
fix(draw_buf): init struct member in order (#5753)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-27 07:27:19 +01:00
Gabor Kiss-Vamosi
555485cbaf
fix(refr): fix clearing the partial buffers in case of ARGB8888 format (#5741) 2024-02-27 02:03:44 +08:00
Gabor Kiss-Vamosi
37946cf06d
fix(x11): fix typo (#5742) 2024-02-27 01:56:07 +08:00
duliang2008
97ef456e41
fix(draw_vector): check the point lenght of path in lv_vector_path_get_bounding (#5734)
Signed-off-by: duxiaoliang <duxiaoliang@xiaomi.com>
Co-authored-by: duxiaoliang <duxiaoliang@xiaomi.com>
2024-02-26 17:19:09 +08:00
GoT
45a8af251a
feat(fs): implement littlefs lfs.h driver support (#5562) 2024-02-24 16:10:02 +01:00
lhdjply
260333583f
feat(test_keyboard): add keyboard test (#5739)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-02-24 16:02:09 +01:00
_VIFEXTech
d1151f4dbd
fix(vg_lite): fix draw layer drawing is incomplete (#5729)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-24 15:57:24 +01:00
lhdjply
9ef8d0cc92
fix(test_span): fix an issue where img has span_1.png, but it is not in the code (#5736)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-02-24 15:44:58 +01:00
_VIFEXTech
33829763c3
fix(vg_lite): fix drawing command accumulation (#5730)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-24 15:39:55 +01:00