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

111 Commits

Author SHA1 Message Date
_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
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
Neo Xu
e217674295
chore: move lv_obj_t define to lv_types.h (#5161)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 21:44:36 +01:00
Gabriel Wang
ba052161b3
chore(cmsis-pack): catch up the latest changes that damaged the script (#5151) 2024-01-02 11:36:51 +08:00
Gabriel Wang
6fe14490e2
feat(draw-sw): add Helium acceleration to draw-sw (#5045)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-12-27 11:10:16 +08:00
Gabor Kiss-Vamosi
3fa47263c8 refactor: rename LV_THEME_BASIC to LV_THEME_SIMPLE 2023-12-15 09:13:05 +01:00
Gabor Kiss-Vamosi
d5daccdd48 docs: update API comments 2023-12-13 22:23:03 +01:00
Gabriel Wang
9e96b73357
fix(cmsis-pack): fix issue #4992 (#4994) 2023-12-12 16:58:38 +01:00
Gabriel Wang
aed5502af5
fix(cmsis-pack): fix cmsis-pack scripts for v9.0.0 (#4977) 2023-12-11 14:33:53 +01:00
Neo Xu
de77e77882
chore(decoder): remove RLE image decoder (#4923)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-06 09:52:12 +01:00
Gabor Kiss-Vamosi
f0988b8cf8 refactor(event): add _cb postfix to lv_obj_add_event() 2023-11-28 15:36:51 +01:00
Peter Bee
b42cb43074
fix(cmake): add asm file compile definitions (#4884)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
2023-11-28 09:17:21 +01:00
lhdjply
6e36f71f57
chore(rt-thread): env adapts to the latest functions in v9 (#4863)
Signed-off-by: lhdjply <lhdjply@126.com>
2023-11-27 07:28:29 +01:00
gcopoix
2cba406014
fix(cmake): fixed lvgl.pc source dir in install step if using FetchContent (#4815)
Co-authored-by: Gregor Copoix <gregor.copoix@ithinx.io>
2023-11-18 08:46:43 +01:00
Gabor Kiss-Vamosi
235d580a51 refactor: rename cnt to count 2023-11-15 22:42:33 +01:00
gcopoix
5267c0b9f4
feat(drivers): add x11 driver (display/input) support (#4795)
Co-authored-by: Gregor Copoix <gregor.copoix@ithinx.io>
2023-11-15 14:08:03 +01:00
Gabriel Wang
aab314c26b
fix(cmsis-pack): fix a typo introduced recently (#4805) 2023-11-14 12:44:30 +01:00
Neo Xu
d73f260002
feat(image): add custom RLE decoder (#4332)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-13 08:38:27 +01:00
Zhang Ji Peng
8cf0bbb558
feat(draw): add implements vector graphic APIs (#4528) (#4691)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-11-09 11:37:33 +01:00
Adam Nilsson
e3380a8fe8
feat(build): add pkgconfig file (#4744)
Co-authored-by: Adam x Nilsson <adamni@axis.com>
2023-11-06 14:00:07 +01:00
Gabor Kiss-Vamosi
d456b1cb4d refactor: remove LV_USE_LARGE_COORD, always use int32_t as lv_coord_t 2023-10-31 19:23:24 +01:00
Gabor Kiss-Vamosi
50d01cec3d refactor(style): rename lv_indev_get_act to lv_indev_active 2023-10-31 19:20:36 +01:00
Gabor Kiss-Vamosi
84c8cf8573 feat(arc): add float support 2023-10-25 11:05:04 +02:00
Viktor Szépe
742682ae51
chore: fix execute permissions and shebangs (#4695) 2023-10-24 09:41:51 +02:00
Viktor Szépe
f9572ed303
chore: remove BOM and fix typos (#4685) 2023-10-22 06:39:43 +02:00
bjsylvia
c0356c9380
chore: cleanup LV_USE_MSG (#4681)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-10-20 22:24:15 +02:00
Gabor Kiss-Vamosi
9ec5417dd3 refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state 2023-10-12 21:12:16 +02:00
PGNetHun
453235c245
chore: code and configs cleanups; add builtin cache tracing (#4593) 2023-09-25 17:16:22 +02:00
terry.rong
064a844d74
feat(disp): update nuttx disp framebuffer (#4591)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2023-09-25 10:59:41 +02:00
_VIFEXTech
e53cd59fcb
chore(libs/jpg): rename lv_jpg to lv_tjpgd (#4573)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-09-20 10:38:47 +02:00
_VIFEXTech
45fb2148d5
chore(libs/png): rename lv_png to lv_lodepng (#4574)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-09-20 10:30:04 +02:00
Gabor Kiss-Vamosi
0721884ee9 refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale 2023-09-18 22:57:30 +02:00
Gabor Kiss-Vamosi
09c12d0f9c refactor(btn, img): rename btn to button and img to image 2023-09-14 20:12:31 +02:00
zephyr-zhu
f6e0ab80eb
fix(cmake): fix issue of cmake generating header files (#4557)
Signed-off-by: zephyrZhu <zenghui_zhu@126.com>
2023-09-14 19:32:19 +02:00
Gabor Kiss-Vamosi
4736ebfbca perf(style): speed up getting stye properties by adding LV_OBJ_STYLE_CACHE 2023-08-15 07:31:33 +02:00
António Oliveira
5d056ed2b9
build(cmake): allow correct use of LV_CONF_PATH (#4428)
Signed-off-by: António Oliveira <antonio@amsobr.com>
Co-authored-by: António Oliveira <antonio@amsobr.com>
2023-08-02 22:06:05 +02:00
Gabor Kiss-Vamosi
f753265a79 arch(draw): add parallel rendering architecture
BREAKING CHANGE

This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
2023-07-05 13:05:19 +02:00
Gabriel Wang
19794356a9
fix(cmsis-pack): catchup update for v9.0.0-dev (#4303) 2023-06-20 13:33:27 +02:00
Gabor Kiss-Vamosi
65f031c2bd feat(rt-thread): make the rt-thread env recursively glob the UI files 2023-06-20 07:54:08 +02:00
Rbb666
84a7163eba
fix(rt-thread): fix create lvgl thread problem (#4246) 2023-05-29 16:23:27 +02:00
Johannes Marbach
0a62fd692e
feat(disp): port DRM driver from lv_drivers (#4253) 2023-05-29 13:48:15 +02:00
Gabriel Wang
7f45d87848
chore(cmsis-pack): List v8.3.6 on Keil.com and update v9.0.0-dev (#4143) 2023-04-19 12:10:55 +02:00
Tomas Rezucha
da278c764b
fix(esp): fix ESP-IDF pedantic builds (#4132) 2023-04-14 11:39:24 +02:00
_VIFEXTech
afe29b7dab
refact(user_data): remove LV_USE_USER_DATA configuration (#4056)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-03-14 14:34:56 +01:00
Gabriel Wang
c4f993a245
fix(gpu): Fix GPU Arm-2D (#4028) 2023-03-02 00:13:52 +01:00
Gabriel Wang
9c34a8f47e
fix(cmsis-pack): update cmsis-pack scripts (#4020)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-02-27 17:17:28 +01:00
Gabor Kiss-Vamosi
124f9b0f9f arch(driver): new driver architecture with new color format support 2023-02-20 20:50:58 +01:00
Gabriel Wang
a12326ed2d
chore(cmsis-pack): update pidx for v8.3.5 release (#3974) 2023-02-08 09:52:38 +01:00
Joachim Krech
837f503592
fix(cmsis-pack): fix LVGL.pidx (#3947) 2023-01-29 01:04:58 +01:00
Gabriel Wang
4e3f341b88
feat(cmsis-pack): monthly update for January (#3931) 2023-01-17 08:09:27 +01:00