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

9089 Commits

Author SHA1 Message Date
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
d28f80d362 refactor(style): rename shadow_ofs to shadow_offset 2023-10-31 19:10:02 +01:00
Gabor Kiss-Vamosi
01f2949acc feat(display): add flush_wait_cb 2023-10-31 19:02:50 +01:00
Gabor Kiss-Vamosi
9404faa132 fix(canvas): fix lv_example_canvas_7.py 2023-10-31 14:31:21 +01:00
Gabor Kiss-Vamosi
9d993bd15f feat(line, triangle): add float support for points 2023-10-31 14:16:10 +01:00
Gabor Kiss-Vamosi
e08314df94 chore(freertos): add missing include 2023-10-30 20:12:04 +01:00
Niklas Fiekas
8fabcc6853
feat(font): add option to disable kerning (#4725) 2023-10-30 13:23:20 +01:00
Niklas Fiekas
d197d73d62
chore(demo): fix -Wenum-int-mismatch (#4726) 2023-10-30 13:16:41 +01:00
Neo Xu
829198c235
feat(image): add alpha only 1/2/4 image support to decoder (#4724)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2023-10-30 10:33:01 +01:00
Neo Xu
0910ee0e38
feat(image decoder): decode whole image to RAM support (#4674)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-10-29 17:02:06 +01:00
Neo Xu
a0624983cc
chore(draw): add mask_stride to blend_dsc (#4723)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-10-29 16:59:08 +01:00
Neo Xu
44912f290f
chore(color): add A1/2/4 format bpp info (#4722)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2023-10-29 16:58:21 +01:00
Kevin Schlosser
52f375975e
fix(demo): unistd.h is not available with MSVC. (#4718) 2023-10-29 16:40:08 +01:00
bjsylvia
5c05a341b9
fix(leak): fix memory leak on lv_display_remove (#4717)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-10-27 19:44:16 +02:00
Niklas Fiekas
ef1885f670
fix(tiny_ttf): fix font metrics confusion (#4714) 2023-10-27 11:54:02 +02:00
_VIFEXTech
605379ab3c
feat(profiler): add custom tag support (#4710)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-10-27 11:38:08 +02:00
Gabor Kiss-Vamosi
3c67650a5b example(animimg): fix images 2023-10-27 11:26:14 +02:00
Benign X
28d60369dd
feat(timer): add auto delete flag and get pause status (#4708) 2023-10-27 10:01:35 +02:00
Benign X
bb713a7d1e
chore: fix some comment issue (#4715) 2023-10-27 10:00:32 +02:00
Gabor Kiss-Vamosi
974d5f8ca3 chore: remove debug code 2023-10-26 23:13:08 +02:00
Gabor Kiss-Vamosi
0b2cccbdb3 ci(render): integrate lv_demo_render to the unit tests 2023-10-26 23:07:50 +02:00
Gabor Kiss-Vamosi
f4d9b8a8dd demo(render): add line, arc, triangle, and layer tests 2023-10-26 23:07:50 +02:00
Gabor Kiss-Vamosi
e64a0afcef asd 2023-10-26 23:07:50 +02:00
Gabor Kiss-Vamosi
ff98cbd628 fix(draw): fix triangle drawing in SW render 2023-10-26 23:07:50 +02:00
Gabor Kiss-Vamosi
b6fc8d7f62
ci(docs): attempt to fix after upgrading to v4 action 2023-10-26 19:42:07 +02:00
Neo Xu
8ee00aa4f1
chore(decoder): remove not used color field (#4707)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-10-26 15:36:59 +02:00
Gabor Kiss-Vamosi
c535e3ff91 feat(demo_render): add image, text and box shadow tests 2023-10-26 12:42:24 +02:00
Gabor Kiss-Vamosi
bbb56e6849 feat(iamge) add scale_x and scale_y support 2023-10-26 12:38:13 +02:00
Neo Xu
726620d0fc
feat(obj): add unified obj property set/get API (#4579)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-10-26 09:39:30 +02:00
_VIFEXTech
ce6f56a742
feat(image_decoder): add post-process image method (#4636)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-10-26 06:47:11 +02:00
Gabor Kiss-Vamosi
e869d76f53
docs(readme): fix links 2023-10-25 15:01:27 +02:00
Gabor Kiss-Vamosi
6aa53828ef fix(benchmark demo): update to make it work with CI 2023-10-25 14:12:59 +02:00
Gabor Kiss-Vamosi
90ae34ad3c chore: format code 2023-10-25 13:44:27 +02:00
Gabor Kiss-Vamosi
bf55ffcb48 ci: fix .pre-commit-config.yaml 2023-10-25 13:43:45 +02:00
Gabor Kiss-Vamosi
3ff625483c demos(render): start render demo 2023-10-25 13:38:37 +02:00
Gabor Kiss-Vamosi
a61d87f840 demo(benchmark): rework benchmark 2023-10-25 12:19:39 +02:00
Gabor Kiss-Vamosi
84c8cf8573 feat(arc): add float support 2023-10-25 11:05:04 +02:00
lion2tomato
f273475d28
fix issue:LVGL V9 music compiling error (#4703)
Signed-off-by: lijianjun <lijianjun@xiaomi.com>
Co-authored-by: lijianjun <lijianjun@xiaomi.com>
2023-10-24 20:45:43 +02:00
bjsylvia
d98e7b27cb
feat(nuttx): add libuv mode for nuttx dev and poll for nuttx fbdev (#4683)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-10-24 15:00:47 +02:00
bjsylvia
4bc07a8552
feat(timer): support lv_timer_handler_set_resume_cb (#4680)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-10-24 15:00:07 +02:00
dependabot[bot]
0c2815ee8d
chore(deps): bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.4.3 (#4700)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 13:18:40 +02:00
dependabot[bot]
21ec1ec8cc
chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.3.0 to 1.7.1 (#4702)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 13:18:25 +02:00
dependabot[bot]
0984077688
chore(deps): bump codecov/codecov-action from 2 to 3 (#4699)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 13:11:01 +02:00
dependabot[bot]
4b3f9f83bf
chore(deps): bump actions/stale from 5 to 8 (#4701)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 13:10:51 +02:00
dependabot[bot]
5a1f31fe5a
chore(deps): bump actions/setup-python from 1 to 4 (#4698)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 13:10:38 +02:00
Gabor Kiss-Vamosi
69201a4731 ci: mode dependabot.yml to the .github folder 2023-10-24 12:54:36 +02:00
Gabor Kiss-Vamosi
2c5b9374bf ci: fix typo in dependabot.yml 2023-10-24 12:53:27 +02:00
Viktor Szépe
742682ae51
chore: fix execute permissions and shebangs (#4695) 2023-10-24 09:41:51 +02:00
Gabor Kiss-Vamosi
7930506fd4 ci: add dependabot.yml
see #4694
2023-10-24 09:38:27 +02:00
Benign X
178297bbc8
fix: fix compile errors with zoom (#4697) 2023-10-24 09:27:18 +02:00