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

9995 Commits

Author SHA1 Message Date
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
_VIFEXTech
ba04e73701
fix(vg_lite): fix vector rendering fill dsc matrix not taking effect (#5728)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-24 15:03:05 +01:00
Benign X
d10319ea41
doc(cache): add doc strings for cache APIs (#5718) 2024-02-24 14:28:16 +01:00
蒋慧赟
9f7e349271
chore(docs): fix typo (#5738) 2024-02-24 14:24:31 +01:00
Kenji Mouri (Qi Lu)
10f9d98419
fix(stdlib): fix issues when using LVGL TLSF memory pool to manage more than 4 GiB of memory (#5720) 2024-02-24 21:06:31 +08:00
_VIFEXTech
f5ca15b321
fix(vg_lite): remove redundant MOVE_TO operations (#5713)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-24 21:02:03 +08:00
Neo Xu
b34d3f07ce
fix(nuttx): fix compile warning (#5701)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-24 13:33:51 +01:00
_VIFEXTech
4a5f88bf52
fix(draw_vector): remove redundant MOVE_TO operations (#5715)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-24 13:07:15 +01:00
Neo Xu
ff2f509318
fix(draw_buf): use height as loop condition instead of checking data pointers (#5687)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-24 13:06:47 +01:00
_VIFEXTech
8f2d6d9a7f
fix(vg_lite): fix the loss of display accuracy of rounded rectangles (#5714)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-24 12:57:42 +01:00
Neo Xu
01801a9d1c
fix(test): check compiler flag should not contain '_' (#5706)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-24 12:57:11 +01:00
Gabor Kiss-Vamosi
81215d06fd
ci(ref_imgs): automatically genereate the missing reference image folders (#5696) 2024-02-23 16:42:19 +08:00
Gabor Kiss-Vamosi
f5c59f3f82
docs(image): update align to inner_align (#5721) 2024-02-22 22:44:45 +08:00
Gabor Kiss-Vamosi
3a60689b8a
fix(imagebutton): fix the example (#5719) 2024-02-22 21:09:33 +08:00
Johannes Marbach
1ea51ad616
fix(drm): eliminate use of non-existent lv_api_map.h and enable smoke tests (#5694)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-22 12:19:23 +01:00
Benign X
33dd1350f8
chore(font): remove unused defines (#5716) 2024-02-22 17:25:13 +08:00
Neo Xu
1a9f10645f
fix(test): enable -Wpedantic (#5676)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-22 17:24:26 +08:00
Hatim-Pierre FAZILEABASSE
cde82c193c
fix(pxp): fix issues in pxp cache management callback (#5685)
Signed-off-by: Hatim-Pierre FAZILEABASSE <hatim-pierre.fazileabasse@ingenico.com>
2024-02-22 10:19:33 +01:00
Thomas Devoogdt
7d77a509a5
feat(x11): add LV_KEYs (#5704)
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
2024-02-22 16:32:29 +08:00
Kenji Mouri (Qi Lu)
467d5bd77f
fix(windows): improve graphic performance via using high resolution tick count and timer delay implementation (#5711) 2024-02-22 15:02:14 +08:00
Kenji Mouri (Qi Lu)
049c343690
fix(windows): improve the document (#5699) 2024-02-21 15:28:43 +08:00
Gabor Kiss-Vamosi
e4b5386934
fix(example): fix lv_example_obj_2 (#5697) 2024-02-20 06:37:30 +01:00
Gabor Kiss-Vamosi
616d52a01b
fix(draw): fix compiler error when LV_DRAW_SW_COMPLEX is disabled (#5695) 2024-02-20 10:26:39 +08:00
Neo Xu
8a85a49801
fix(test): allow to run test locally on mac (#5672)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-20 10:15:08 +08:00
Thomas Devoogdt
bfb76fe596
fix(sdl): fix buf memleak on lv_display_delete (#5692)
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
2024-02-20 09:35:49 +08:00
_VIFEXTech
b7b8d8f95b
feat(display): add save screenshot to file support (#5481)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-20 09:35:14 +08:00
Neo Xu
b1fa814ddf
fix(decoder): decoded image should always have same w,h as original image (#5689)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-20 09:34:56 +08:00
Neo Xu
c81184db45
feat(decoder): do not even try cache if 'no_cache' is set (#5688)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-20 09:34:46 +08:00