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

10268 Commits

Author SHA1 Message Date
Christian Eggers
0952087285
docs: update the drivers description (#6423) 2024-07-15 18:41:09 +02:00
Gabor Kiss-Vamosi
759d8aef87
fix(dave2d): fix rendering to canvas with dave2d (#6498) 2024-07-15 23:58:17 +08:00
Niklas Fiekas
bac697ff9c
fix(label): do not break last line for LV_LABEL_LONG_DOT (#5606) (#6362) 2024-07-15 22:13:31 +08:00
Neo Xu
bf1e6ab39c
chore: make lv_utils as public and align function prototype with stdlib (#6473)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-07-15 22:11:44 +08:00
terry.rong
48ce05d71e
fix(ime): fix buffer-overflow error in pingyin IME (#6501)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2024-07-13 01:14:07 +08:00
Zhang Ji Peng
3d32aa9791
perf(array): optimize array push back function performance (#6431) 2024-07-11 09:54:41 +02:00
Visa Harvey
730a3bd76f
refactor(tiny_fft): refactor tiny_ttf cache with updated improvements (#6441)
Co-authored-by: Benign X <1341398182@qq.com>
Co-authored-by: Visa Harvey <visa.harvey@semel.fi>
2024-07-11 08:23:20 +02:00
Matthew Kendall
3ac0a96cca
fix(refr): eliminate side effect in assert (#6499) 2024-07-11 08:23:11 +02:00
Neo Xu
7e315a1a53
fix(gif): add correct image header (#6472)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-07-10 15:33:20 +02:00
VIFEX
ca70164c6b
feat(barcode): add none tiled mode (#6462)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-07-10 01:49:36 +08:00
VIFEX
ba7630ff53
fix(vg_lite_tvg): fix path structure is not fully initialized (#6493)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-07-10 01:41:36 +08:00
VIFEX
3e64984ddf
perf(qrcode): improve drawing speed (#6475)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-07-10 01:40:45 +08:00
VIFEX
d12f88fd95
chore(sdl): fix warning (#6483) 2024-07-09 23:16:01 +08:00
Meco Man
ae752e8faa
chore(rt-thread): revert macro back to PKG_USING_LVGL_SQUARELINE (#6481) 2024-07-09 14:46:48 +02:00
Leo Liu
aa540f434f
fix(drivers): fix hardware rotation of generic mipi display (#6470) 2024-07-09 14:45:48 +02:00
Kevin Schlosser
58100f1d40
fix(gen_json): fix bad LVGL header path (#6479) 2024-07-09 14:07:07 +02:00
Liam
af041657aa
fix(Windows): use global lock (#6425) 2024-07-08 11:38:47 +08:00
Gabor Kiss-Vamosi
f8c26ea150
feat(observer): add lv_obj_remove_from_subject (#6341) 2024-07-07 12:30:55 +08:00
ardnew
08c5308e08
fix(decoder): use unsigned format spec with uint32_t's (#6457) 2024-07-07 12:25:48 +08:00
VIFEX
edcf9deb65
fix(draw_buf): skip palette cleanup (#6471)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-07-06 00:26:21 +08:00
Masoud Soltanian
7089cb14e9
feat(textarea): make textarea editable (#6467) 2024-07-05 12:05:31 +08:00
VIFEX
dca6c2d67a
chore(vg_lite): remove YUV format processing of vg-lite decoder (#6461)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-07-05 10:16:13 +08:00
Liu Yi
c8d5294b1f
feat(lodepng): update lodepng to version 20230410 (#6454)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-07-05 00:27:27 +02:00
Liu Yi
b6998e8aa0
chore(logo): update lvgl logo (#6416)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-07-05 00:19:44 +02:00
Mohammed Aslam
382f5f1ef1
chore(examples): fixes a typo in the Arduino example (#6464) 2024-07-05 00:17:08 +02:00
Fabian Blatz
f5443d2fd2
feat(env): make LVGL a Zephyr compatible module (#6460) 2024-07-05 00:16:25 +02:00
Liu Yi
d2658ab723
chore(tests): add missing test images (#6452)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-07-05 00:14:59 +02:00
Gabor Kiss-Vamosi
c3d4510f84
feat(nuttx): add lv_nuttx_run (#6371)
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-07-04 06:09:43 +02:00
Gabor Kiss-Vamosi
e1cc1cb2d7
fix(scroll): fix jumping on scroll end (#6393) 2024-07-04 10:12:11 +08:00
di-jtrumpower
aea90766a4
fix(gridnav): send focus/defocus event from gridnav key handler (#6385) 2024-07-04 10:03:31 +08:00
cristian-stoica
cd7eccc25e
fix(nxp): fix rounded corner image in NXP vglite (#6436)
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
2024-07-04 09:59:57 +08:00
Benign X
0e10a7e97a
chore(examples): remove extra spaces (#6435)
Co-authored-by: apple <apple@appledeMacBook-Air.local>
2024-07-04 09:58:59 +08:00
jianglianfang
1c165380aa
feat(nuttx): update the joined invalid area instead of the last one (#6397)
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2024-07-04 09:55:23 +08:00
VIFEX
1e2b1988aa
feat(refr): add details on rendering_in_progress ASSERT cause (#6450)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-07-01 15:23:22 +02:00
Neo Xu
7f7a748a10
chore(scale): fix compile warning (#6445)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-07-01 15:17:56 +02:00
Gabor Kiss-Vamosi
27692a3ca1
fix(codespace): enable builtin OBJID feature (#6417) 2024-07-01 14:24:52 +02:00
cristian-stoica
38b01956e3
fix(conf): make comment requirement explicit (#6248)
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-06-30 18:34:03 +08:00
Josh Soref
df0d36f02a
chore: fix spelling (#6401)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-28 09:09:23 +02:00
Benign X
94d48feb22
feat(nuttx_image_cache): add tid for cache name (#6434)
Co-authored-by: apple <apple@appledeMacBook-Air.local>
2024-06-27 20:22:02 +02:00
Benign X
376cc77f9e
fix(ap): fix ap map table (#6430)
Co-authored-by: apple <apple@appledeMacBook-Air.local>
2024-06-27 13:15:38 +02:00
Akos Becsey
20bbe4a8ac refactor(display_rotate_area): use a copy instead of const casting 2024-06-26 23:08:32 +02:00
Akos Becsey
fd79a4f427 feat(glcdc): screen rotation support 2024-06-26 23:08:32 +02:00
becseya
df73e12464
docs(renesas): update board videos, fix typos (#6429) 2024-06-26 22:02:39 +02:00
Neo Xu
75eef0d209 fix(bin_decoder): check buffer size before write data
The decompressed data could be larger than draw buffer size. Check and report error for this case.

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-26 12:00:04 +02:00
Neo Xu
dd70291e4c fix(script): update RLE compressed image raw len without padding
On device, the decompress could ignore the padding bytes, thus we should store only the raw image data length as decompressed data length in image file.

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-26 12:00:04 +02:00
Benign X
3109c09339
fix(draw_buf): fix user defined draw_buf alloc/destroy not paired (#6426)
Co-authored-by: apple <apple@appledeMacBook-Air.local>
2024-06-26 16:55:19 +08:00
Gabor Kiss-Vamosi
56b6137096
fix(x11): use normal malloc for frame buffer allocation (#6384) 2024-06-26 11:15:56 +08:00
VIFEX
d009420eb0
chore(lvgl_private): remove unnecessary private header file includes (#6418)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-26 11:11:35 +08:00
VIFEX
cbea72dc01
fix(vg_lite): fix scissor setting error (#6420)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-25 17:23:23 +08:00
TridentTD
fd9e901625
feat(bar): add bar orientation (#6212)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-24 17:43:17 +02:00