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

8396 Commits

Author SHA1 Message Date
Uli Raich
29ec34be77
examples(micropython): add a few missing MP examples (#3672) 2022-09-21 11:21:36 +02:00
Uli Raich
d5e6ffdd87
demos(widgets): replaced lv_widget_demo.py with a new version (#3641) 2022-09-21 11:21:08 +02:00
Uli Raich
de81f85ed7
examples(micropython): corrected examples to run on Linux (#3671) 2022-09-21 11:20:36 +02:00
Gabor Kiss-Vamosi
8f3f60337f example(imgfont): fix the path of the image
related to https://github.com/lvgl/lvgl/issues/3637#issuecomment-1249047687
2022-09-21 08:58:19 +02:00
_VIFEXTech
b700052087
fix(draw): fix duplicate alpha overlay for draw letter (#3696)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-09-20 20:50:09 +02:00
Lyon
81fcd8c482
fix(pikascript): fix some warnings (#3697) 2022-09-19 23:14:31 +02:00
Gabor Kiss-Vamosi
389d15be3d
docs(intro): fix link to point to master instead of latest
related to #3695
2022-09-19 14:54:03 +02:00
Gabor Kiss-Vamosi
d78e927252 ci: enable discarded-qualifiers warning
related to #3686
2022-09-19 14:26:29 +02:00
Gabor Kiss-Vamosi
24893c37ae chore: fix warnings 2022-09-19 14:00:39 +02:00
Gabor Kiss-Vamosi
2188fe66bb demo(bechmark): fix delay between renders 2022-09-19 12:25:06 +02:00
Gabriel Wang
c23ff83bda
cmsis pack monthly update (#3692) 2022-09-19 11:50:33 +02:00
Gabor Kiss-Vamosi
d3d11361d9 test: fix warning in test_screenshot_error.h 2022-09-19 11:19:10 +02:00
Gabor Kiss-Vamosi
f1d69ca044 fix(slider): find the nearest value on click instead of floor
fixes: #3690
2022-09-19 09:54:00 +02:00
Mahesh Murty
d89e732634
test(led): add unit tests (#3681) 2022-09-15 22:10:12 +02:00
Gabor Kiss-Vamosi
8e5b834d6a dics(btnmatrix): add how to avoid extra click with encoder when leaving edit mode
Related to #3613
2022-09-15 10:25:37 +02:00
Gabor Kiss-Vamosi
3a1e069ccc fix(dropdown): lv_dropdown_get_option_index couldn't find the last index 2022-09-14 22:38:43 +02:00
Gabor Kiss-Vamosi
72c383fada
docs(demo): update the README of the benchmark demo 2022-09-13 13:21:53 +02:00
Gabor Kiss-Vamosi
985f890b48 fix(polygon): use points[] instead of points*
related to https://github.com/lvgl/lvgl/pull/3641#issuecomment-1242799889
2022-09-13 12:44:19 +02:00
Gabor Kiss-Vamosi
61475e5a5f fix(group): make lv_obj_get_group return lv_group_t * instead of void * 2022-09-10 08:41:10 +02:00
sparkles43
eb54353f00
feat(cmake-build): build all libraries either SHARED or STATIC (#3669) 2022-09-09 21:52:20 +02:00
Mahesh Murty
513d631445
test(btn, btnmatrix): add unit tests (#3642) 2022-09-09 11:31:15 +02:00
Mariotaku
f0d64eee99
fix(fragment): child fragment event dispatch (#3621) 2022-09-09 08:16:13 +02:00
Gabor Kiss-Vamosi
451eddb123 example(event): simplify lv_example_event_4 2022-09-08 23:55:11 +02:00
_VIFEXTech
f9eb73bfae
fix(txt): append ')]}' to LV_TXT_BREAK_CHARS (#3675)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-09-08 23:29:38 +02:00
_VIFEXTech
3812f6cc85
fix(switch): fix knob overflow on right edge (#3674)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-09-08 23:21:16 +02:00
Gabor Kiss-Vamosi
f52fb6f47d fix(gridnav): fix crash with specific order of commands
fixes #3645
2022-09-08 00:14:50 +02:00
tvanfossen-bissell
209e8ef1a2
docs(rlottie): adding patch file, sample CMakeLists, and ESP-IDF doc (#3610)
Co-authored-by: tvanfossen <vanfosst@gmail.com>
2022-09-07 10:11:44 +02:00
Lyon
0d0ac9a32c
docs(readme): add binding info for PikaScript (#3663) 2022-09-06 09:21:57 +02:00
Gabor Kiss-Vamosi
24dac61abf chore: code formatting 2022-09-05 10:38:04 +02:00
Gabor Kiss-Vamosi
8a2dd6c70a chore(example): fix warnings
related to #3659
2022-09-05 10:14:26 +02:00
Gabor Kiss-Vamosi
0c7f69ac91 feat(event): add LV_EVENT_SCROLL_THROW_BEGIN 2022-09-05 10:09:40 +02:00
Gabor Kiss-Vamosi
7040518d2d fix(pikascript): use realtive include path 2022-09-05 10:09:40 +02:00
Yobe Zhou
7802d2006d
chore(file_explorer): use the correct example path (#3658) 2022-09-04 18:16:36 +02:00
Amir Gonnen
fdc16c5188
fix(slider): fix potential division-by-zero (#3656) 2022-09-04 18:15:26 +02:00
Yobe Zhou
f09c04b935
feat(file_explorer): add API to use file explorer (#3601)
Co-authored-by: 100ask <team100ask@outlook.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-04 16:57:15 +02:00
Douglas Healy
3b7411893f
fix(examples) resolve string formatting compiler warnings (#3654) 2022-09-04 09:47:38 -04:00
Douglas Healy
bb4f4cecf9
fix(style): initialize value_act with default values (#3649)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-04 14:28:04 +02:00
Gabor Kiss-Vamosi
767937999f fix(draw): fix border drawing with thick borders
fixes #3648
2022-09-02 13:32:44 +02:00
tvanfossen-bissell
5c71bc1434
feat(arc): add knob offset utility (#3589)
Co-authored-by: tvanfossen <vanfosst@gmail.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-08-31 22:59:30 +02:00
Carlos Diaz
46f7384320
test(spinbox) add unit tests (#3575) 2022-08-31 12:09:05 -04:00
Gabriel Wang
eb2e296d23
cmsis pack monthly update for Aug (#3640) 2022-08-31 07:49:27 +02:00
Amir Gonnen
33d8ca779d
feat(examples) adjust micropython examples to use lv_png (#3639) 2022-08-29 17:12:37 -04:00
Lyon
125b72f010
chore: add binding for PikaScript. (#3636) 2022-08-29 16:00:10 +02:00
Amir Gonnen
ddcbb4335b
fix(ffmpeg): install ffmpeg on CI workflow (#3635) 2022-08-29 14:09:44 +02:00
geert-KLA-BE
3b7e13b7b3
feat(menu): Add setting of a page title (#3624) 2022-08-29 13:23:01 +02:00
Gabor Kiss-Vamosi
45dfc99f4d chore: fix code formatting 2022-08-29 13:15:54 +02:00
_VIFEXTech
81736cac1b
fix(benchmark): fix run_max_speed score incorrect (#3416)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-08-29 12:25:41 +02:00
Gabor Kiss-Vamosi
97f3084666
feat(demo): add benchmark modes (#3625) 2022-08-29 12:25:11 +02:00
Amir Gonnen
43da9f6faa
fix(png): fix decode image size and some warnings (#3632)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-08-28 19:59:32 +02:00
qinshijing
d0191a6e7b
fix(anim): fix the problem that the animation time is shortened #3572 (#3626)
fixes #3572

Signed-off-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: qinshijing <qinshijing@xiaomi.com>
2022-08-28 19:56:43 +02:00