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

9880 Commits

Author SHA1 Message Date
Neo Xu
873549150e
refactor(display): add API to set raw buffer to display (#5274)
The drivers have been changed back original logic. Fix #5270 Fix #5271
Related to #5204 lvgl/lv_binding_micropython#313
Discussion on #5273

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-11 06:48:51 +01:00
Gabor Kiss-Vamosi
e10f573150
fix(display): fix inconsistency in the API (#5136) 2024-01-11 13:38:24 +08:00
lhdjply
0f3c9b4734
feat(sdl): add resize function to sdl (#5269)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-01-11 05:40:52 +01: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
00825c1ff6
fix(vg_lite): fix compile error for log (#5267)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-11 10:23:37 +08:00
Gabor Kiss-Vamosi
9a088565cc
fix(thorvg): remove async parts typically not implemented on MCUs (#5249) 2024-01-10 18:41:12 +01:00
Neo Xu
11c3be1ce4
fix(vg_lite): fix compile warnings (#5268)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-10 23:59:58 +08:00
Neo Xu
bbeef5a3d0
fix(doc): workaround doc build break (#5265)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-10 23:57:25 +08:00
Neo Xu
c9386a1a93
feat(vg_lite): add porting layer for VG-Lite simulator based on ThorVG (#5256)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-10 13:20:46 +01:00
IAMMX
ac7ce449b9
fix(obj): Use LV_PCT is not correct in lv_obj_align_to (#5252)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-10 12:56:16 +01:00
_VIFEXTech
0b9f7d2156
feat(scripts): add cpp code format (#5258)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-10 11:57:13 +01:00
_VIFEXTech
3450faf799
feat(dev): add VG-Lite simulator (#5257)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-10 11:39:31 +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
Benign X
a299242b34
fix(freetype): fix freetype outline size set behavior (#5255) 2024-01-10 17:20:43 +08:00
Benign X
56073d03c7
fix(vg_lite_draw_label): fix build error (#5253) 2024-01-10 12:17:08 +08:00
Neo Xu
9adb805ca9
chore: remove unused code (#5250)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-01-10 11:04:24 +08:00
Benign X
90eb4e24bc
chore: use replace some %u with LV_PRIu32 (#5246) 2024-01-10 10:55:55 +08:00
Neo Xu
a776660ee5
refactor(draw): use draw buf for label (#5056)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-09 17:34:55 +01:00
Gabor Kiss-Vamosi
254f537a2b
fix(arc): fix memory leak in lv_draw_sw_arc (#5245) 2024-01-09 17:34:39 +01:00
Gabor Kiss-Vamosi
4699f2f556
fix(bar): fix the clipping of the indicator in some corner cases (#5229) 2024-01-09 17:13:25 +01:00
Gabor Kiss-Vamosi
c6c9e75f27
fix(image_buf): remove unused defines (#5244) 2024-01-09 22:44:22 +08:00
Gabor Kiss-Vamosi
73a5ec33ed
fix(refr): fix typo causing crash with double buffered direct mode (#5248) 2024-01-09 22:23:23 +08:00
Neo Xu
947550ae1e
chore(cmake): use cmake 3.16 instead (#5236)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-09 13:34:43 +01:00
_VIFEXTech
99818408ca
chore(conf): remove LV_DISPLAY_ROT_MAX_BUF (#5239)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-09 11:52:30 +01:00
Ju1He1
97aef2bfa5
fix(cmake): declspecs usage for msvc (#5190) 2024-01-09 11:44:49 +01:00
Benign X
278d8cf2a2
fix(freetype): fix potential mem leak of freetype test (#5238) 2024-01-09 18:05:42 +08:00
Benign X
28314123c6
feat(freetype): simplify font create routines (#5228) 2024-01-09 18:00:31 +08:00
Neo Xu
f4e9eabb70
chore(Kconfig): clean up kconfig (#5232)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-09 14:39:11 +08:00
Neo Xu
af7f012eee
fix(vg_lite): fix memory used after free (#5233)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-09 14:38:04 +08:00
lhdjply
cb800cb793
chore(meter): remove #define LV_USE_METER (#5230)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-01-09 11:05:59 +08:00
terry.rong
3f4ba1b379
feat(display): add API to delete refr_timer (#5106)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2024-01-08 22:55:07 +01:00
jeremy-baker
ed3e303e7f
fix(dave2d): add rgb565a8 image support and minor fixes (#5200) 2024-01-08 21:35:05 +01:00
Zhang Ji Peng
a9960c6216
fix(vector): fix memory leak for reset stroke dash array. (#5223)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
2024-01-08 20:43:25 +08:00
Benign X
d7aa3baf9a
chore(vg_lite): fix build warning (#5221) 2024-01-08 18:01:17 +08:00
Benign X
0a179041da
test(freetype): add outline testcase (#5213) 2024-01-08 17:30:16 +08:00
Benign X
2644d9c060
fix(freetype): fix return value and add more check (#5218) 2024-01-08 17:26:44 +08:00
Benign X
c6aeadf5c5
fix(cache): fix potential mem leak and return correct value (#5217) 2024-01-08 17:03:04 +08:00
Benign X
6550608e83
fix(freetype): correct cache release behavior and change glyph cache cnt macro name (#5219) 2024-01-08 17:01:44 +08:00
Gabor Kiss-Vamosi
ba75d64eec
feat(benchmark): update the end screen of the benchmark (#5208) 2024-01-07 13:46:17 +01:00
Gabor Kiss-Vamosi
01f75a5c4d
fix(codespace): remce the extra include from lv_conf.h (#5209) 2024-01-07 20:18:08 +08:00
Gabor Kiss-Vamosi
a8e3f5a0a5
fix(refr): update checking for a valid draw buffer (#5210) 2024-01-07 20:17:14 +08:00
Benign X
2633a33b48
feat(freetype): add new freetype testcase (#5207) 2024-01-07 15:39:50 +08:00
Benign X
b4bdb6e526
feat(freetype): merge freetype outline and image into one context (#5154) 2024-01-07 12:27:19 +08: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
Ramesh
4f69d10b22
fix(linx_fbdev): remove incorrect include of lvgl.h (#5192) 2024-01-05 15:09:28 +01:00
Neo Xu
1d73e73a93
feat(draw_buf): add draw_buf init API (#5132)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-05 14:45:42 +01:00
_VIFEXTech
0b54a69c36
fix(vg_lite): fix drawing A8 label error (#5199)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-05 14:21:43 +01:00
Gabor Kiss-Vamosi
5e4342bdf7
fix(style): fix the default style colors (#5198) 2024-01-05 16:42:21 +08:00
Benign X
bc6fd6d40c
chore: move font/event define to lv_types.h (#5195)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-05 16:41:33 +08:00