1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

10714 Commits

Author SHA1 Message Date
Gabriel Wang
26e4225d74
chore(cmsis-pack): ensure the v9.2.2 cmsis-pack is visible on keil.arm.com (#7201) 2024-11-04 09:49:57 +01:00
Carlos Diaz
9b90655ffb
fix(refr): avoid division by zero (#7205) 2024-11-04 09:41:32 +01:00
Victor Wheeler
0380014efb
fix(buttonmatrix): fix 1-off error in lv_buttonmatrix_get_button_text() (#7193) 2024-11-04 09:03:03 +01:00
lizhaoming
a4f66606fa
fix(scale): correct scale_set_arc_properties function (#7113)
Co-authored-by: lizhaoming <13678462+lizhao-ming@user.noreply.gitee.com>
2024-10-30 13:23:42 +01:00
Fabian Blatz
be85ad7369
feat(sw): Add method to convert a htiled I1 buffer to vtiled (#7129) 2024-10-30 09:18:28 +01:00
Gabor Kiss-Vamosi
3f3de6ac71
fix(anim): fix user after free if the anim. is delete in the exec_cb (#7173) 2024-10-30 12:40:10 +08:00
Gabor Kiss-Vamosi
37ea110238 fix(chart): fix saving the address of a local variable in lv_example_chart_3()
fixes https://forum.lvgl.io/t/two-questions-about-the-chart-control/18590/2
2024-10-29 19:47:55 +01:00
Gabor Kiss-Vamosi
253981ae82 fix: add +1 but for enum bitfields to avoid overflow to negative
fixes #7155
2024-10-29 19:47:55 +01:00
Niklas Fiekas
63a7258111
fix(cmake): generate lvgl.pc in CMAKE_CURRENT_BINARY_DIR (#7127) 2024-10-29 12:47:37 +01:00
Yuqiang Wang
ce97ba869b
fix(demo): fix ebike demo header file inclusion issue (#7133) 2024-10-29 12:33:28 +01:00
dpopov76
d34f94a1cc
fix(table): fixed NULL pointer reference (#7042) 2024-10-29 12:30:08 +01:00
VIFEX
33f5f81295
feat(fs_posix): add error code conversion (#7166)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-29 12:15:00 +01:00
Neo Xu
133d2fe4be
chore(fs): treat '/' as valid driver letter (#6986)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-10-29 17:34:55 +08:00
VIFEX
d7e1f265c6
perf(vg_lite): reduce redundant matrix calculations (#7163)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-29 09:37:36 +01:00
Victor Wheeler
d5cb181101
fix(docs): trailing underscore looked like hyperlink to Sphinx (#7172) 2024-10-29 14:53:26 +08:00
Victor Wheeler
50e49b74c5
fix(docs): link in /lvgl/README.md to supported display types (#7167) 2024-10-28 21:12:50 +01:00
Luna
c27760fb10
feat(roller): set roller option with a string (#7143)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-10-28 10:27:38 +01:00
Victor Wheeler
868db01136
fix(docs): fix broken links in ./lvgl/README.md (#7146) 2024-10-28 15:51:34 +08:00
Paschalis M
befbe8139b
docs: fix typo in Introduction: "similator" to "simulator" (#7162) 2024-10-28 15:49:49 +08:00
Victor Wheeler
64a2f3ac5c
feat(docs): proofread and edited docs (#7144) 2024-10-27 15:07:06 +01:00
Carlos Diaz
b1dc25a9af
fix(file_explorer): fix navigation handling (#7124)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-10-27 18:43:23 +08:00
Carlos Diaz
3963ee2bdd
feat(draw_label): Support simultaneous text selection and recolor (#7116) 2024-10-27 02:20:08 +08:00
Tobias Jakobi
d25a6e0e76
fix(neon): use conventional macro syntax (#6887)
Signed-off-by: Tobias Jakobi <tobias.jakobi@compleo-cs.com>
Co-authored-by: Tobias Jakobi <tobias.jakobi@compleo-cs.com>
2024-10-26 07:49:49 +02:00
Liam
417415f63d
feat(font): support 8 bpp font bitmaps (#7100) 2024-10-26 06:42:44 +02:00
VIFEX
b3e9f81af2
feat(vg_lite): add more detailed error dump information (#7104)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-25 23:27:47 +02:00
mutatrum
62ea924fb4
docs(driver): fix link to example code in gen_mipi.rst (#7128) 2024-10-25 22:32:36 +02:00
Victor Wheeler
82f3dc3fe3
fix(docs): fix incorrect title and filename change for vg_lite.rst (#7148) 2024-10-25 21:47:49 +02:00
bryghtlabs-richard
fb1ee94fa3
chore(obj_scroll): improve function documentation (#7150)
Signed-off-by: Richard Allen <richard@bryght-labs.com>
2024-10-25 20:55:26 +02:00
Paul Vogel
b4fdabbdce
fix(draw): add assertion checks for malloc return values (#7149) 2024-10-25 20:54:46 +02:00
Peter van Dijk
657915f6b6
chore(svg): LV_USE_SVG: document and enforce dependency on LV_USE_VECTOR_GRAPHIC (#7120) 2024-10-25 09:39:54 +02:00
Eric Maryea
014f328dc9
feat(ffmpeg): add playback complete event trigger (#7119) 2024-10-25 09:35:34 +02:00
Benign X
a8d2cc05f1
refactor(gdb): refactor gdb Debugger to be a gdb command (#7140) 2024-10-24 17:57:35 +08:00
xaowang
7f690a2f22
fix(script): do not add pad if 'araw_data_len' can divide 'bblk_size' evenly. (#7109)
Signed-off-by: wxd <xaowang96@gmail.com>
2024-10-24 11:14:54 +02:00
cristian-stoica
de464daef5
fix(tile) set minimum tiles to 1 if there is no SW render unit (#7130)
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-10-24 10:39:06 +02:00
Gabor Kiss-Vamosi
040d293229
fix(ebike): make it work without lottie too (#7135) 2024-10-24 10:13:05 +02:00
Victor Wheeler
9b6f6d23f1
feat(docs): reorganize docs (#7136) 2024-10-23 20:53:33 +02:00
lorddevereux
c61ca42a2a
feat(scale): add additional style properties (#6649)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-10-23 08:28:25 +02:00
Fabian Blatz
dc8d956562
fix(dma2d): add missing include for descriptor structs (#7122) 2024-10-23 08:16:39 +02:00
VIFEX
4245b49c9c
chore(vg_lite): fix path bounding_box typo (#7134)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-23 08:14:20 +02:00
Benign X
9dfa1b8631
refactor(gdb): refactor gdb script (#7123)
Signed-off-by: Benign X <1341398182@qq.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-10-23 07:45:18 +02:00
VIFEX
c70262696e
fix(vg_lite): fix linear gradient matrix error (#7110)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-23 00:15:16 +08:00
yushuailong
bdfb80ef3e
feat(vg_lite): add ARGB1555 ARGB4444 ARGB2222 support (#7028)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: FASTSHIFT <vifextech@foxmail.com>
2024-10-22 19:57:15 +08:00
TobyKelsey123
84b28ff688
feat(sdl): add float zoom window support (#7089) 2024-10-19 17:52:14 +08:00
Gabor Kiss-Vamosi
926e3df7e3 perf(demo): use set_text_static in demos to cache them ins SDL and OpenGL renderers 2024-10-19 17:47:09 +08:00
Gabor Kiss-Vamosi
d469d65683 fix(sdl): fix caching with absolute coordiantes 2024-10-19 17:47:09 +08:00
VIFEX
aa3a85222b
fix(vg_lite): fix arc drawing boundary case drawing error (#7107)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-19 16:59:42 +08:00
liamHowatt
07854b1d0b feat(NemaGFX): add TSC color formats 2024-10-18 21:14:25 +02:00
liamHowatt
3c07bd9456 fix(draw): do not dispatch if no unit took the task
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-10-18 21:14:25 +02:00
VIFEX
a29c7dd44f
feat(scripts/gdb): add draw unit debug info support (#7095)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-10-18 21:13:15 +02:00
Gabor Kiss-Vamosi
92d424ec74 ci(Kconfig): error on leading spaces (should be tabs) 2024-10-18 17:50:23 +08:00