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

9199 Commits

Author SHA1 Message Date
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
Gabor Kiss-Vamosi
1ff84ac1d0 docs(driver): fix titles 2023-10-24 08:42:26 +02:00
Gabor Kiss-Vamosi
8057f215b8 ci(typos): add typos to .pre-commit-config.yaml 2023-10-23 19:57:04 +02:00
Neo Xu
1d41ec3739
feat(obj): rename lv_obj_set_flag to lv_obj_update_flag (#4655)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-10-23 17:20:29 +02:00
Niklas Fiekas
2bee95d43e
perf(dev): use triple buffering for linux drm (#4661) 2023-10-23 17:14:10 +02:00
Gabor Kiss-Vamosi
ea847a3830 fix(draw): fix image recoloring with partial update
fixes #4692
2023-10-23 17:07:51 +02:00
Gabor Kiss-Vamosi
5c75618c49 Revert "chore(scons): remove debug code (#4686)"
This reverts commit dc5468c75162c06bfe09f12731b3e220cbe470ba.
2023-10-23 03:47:12 +02:00
Gabor Kiss-Vamosi
a9328bbe82 docs: reorganize and add Integartion and drivers section 2023-10-22 15:13:19 +02:00
Gabor Kiss-Vamosi
14c2ac43d0
chore: update ROADMAP.rst 2023-10-22 06:54:28 +02:00
Gabor Kiss-Vamosi
df2073eb82 docs(js): fix typo simualtor -> simulator 2023-10-22 06:44:09 +02:00
Kian-Meng Ang
285c51e5bc
docs: fix typos (#4684) 2023-10-22 06:39:57 +02:00
Viktor Szépe
f9572ed303
chore: remove BOM and fix typos (#4685) 2023-10-22 06:39:43 +02:00
Gabor Kiss-Vamosi
89dd481747 chore: remove BOM
see https://github.com/lvgl/lvgl/pull/4684#issuecomment-1773768596
2023-10-22 06:12:48 +02:00
Zagura
dc5468c751
chore(scons): remove debug code (#4686) 2023-10-22 05:23:56 +02:00
Gabor Kiss-Vamosi
86b17ccdaa
Update ROADMAP.rst 2023-10-21 00:51:15 +02:00
Niklas Fiekas
3dbb103c42
feat(dev): port evdev input driver (#4672) 2023-10-20 23:57:11 +02:00
Gabor Kiss-Vamosi
85798af3cd feat(draw): add non uniform scale (scale_x and scale_y) 2023-10-20 23:29:22 +02:00
xaowang96
8f57f12a44
feat(bar): reverse drawing direction of lv_bar if min > max (#4654)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
2023-10-20 23:22:56 +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
094db896d2 fix(scale): fix round scale label positons 2023-10-20 11:29:16 +02:00
Gabor Kiss-Vamosi
195c3f72d2 fix(scale): fix tick count and example issues 2023-10-19 15:02:36 +02:00
Benign X
aa0e82ca43
fix: compile error (#4675) 2023-10-19 13:36:24 +02:00
Gabor Kiss-Vamosi
4081130dd9 docs(scale): fix scale docs 2023-10-19 11:36:27 +02:00
Gabor Kiss-Vamosi
6a7d2e651c refactor(draw_buf): update buf clear and copy API 2023-10-19 11:31:03 +02:00
Gabor Kiss-Vamosi
74ca34c8de docs(scale): fix rst 2023-10-19 10:50:16 +02:00
Neo Xu
c8987aa4d8
chore(color): use lv_color_fomat_get_bpp instead of get_size (#4668)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-10-19 10:14:29 +02:00
terry.rong
505eeeaeb5
feat(draw): add SIMD draw support. #4463 (#4590)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2023-10-19 10:13:17 +02:00
Gabor Kiss-Vamosi
865a2f64a0 chore: minor docs fixes 2023-10-17 14:32:09 +02:00
Gabor Kiss-Vamosi
abe89ba1fe chore(conf): clean up lv_conf_template.h 2023-10-17 14:32:09 +02:00
sirius506
4a7f31017e
fix(tiny_ttf): add line_height as a parameter in font glyph cache (#4662) 2023-10-17 12:08:59 +02:00
Gabor Kiss-Vamosi
666f839977 docs(chart): update chart example 2023-10-16 23:43:35 +02:00
Niklas Fiekas
9ea46f2f3e
fix(dev): drm driver awaits vsync before drm_wait_vsync (#4659) 2023-10-16 10:48:51 +02:00
Carlos Diaz
5ede301ef4
fix(arc): handle click outside background angle range (#4586) 2023-10-12 22:05:07 +02:00
Gabor Kiss-Vamosi
7320d1aa21 fix(scale): fix ITEM section styling 2023-10-12 22:01:56 +02:00
Gabor Kiss-Vamosi
f7c25b7966 demo(widget): improve the 3rd scale 2023-10-12 21:58:38 +02:00
Gabor Kiss-Vamosi
bccbde0cef refactor(obj): remove LV_PART_TICKS and use LV_PART_ITEMS in lv_scale 2023-10-12 21:50:46 +02:00
Gabor Kiss-Vamosi
d3aee1d7f6 chore: fix micropython example 2023-10-12 21:23:56 +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
Gabor Kiss-Vamosi
0ff2d1c2e4 chore. fix micropythn example 2023-10-12 21:12:16 +02:00
Gabor Kiss-Vamosi
4b981f7d6d docs: fix examples 2023-10-12 20:25:32 +02:00
Gabor Kiss-Vamosi
0d59e0b221 chore(chart): remove unused zoom related prototypes 2023-10-12 17:28:13 +02:00