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

8453 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
6177692d6f chore(demo): fix lv_demo_widgets.py 2022-11-21 22:10:29 +01:00
Gabor Kiss-Vamosi
59b90d0970 chore(demo): fix lv_demo_widgets.py 2022-11-21 21:59:26 +01:00
Gabor Kiss-Vamosi
ff66e6369d chore: fix MicroPython test 2022-11-20 16:44:18 +01:00
Gabor Kiss-Vamosi
1d06c6c58d ci(exmpple): update meter MicrpPython examples 2022-11-20 15:17:57 +01:00
Gabor Kiss-Vamosi
8e21b1df7a fix(meter): fix setting part_draw_dsc.id in needle img drawing 2022-11-20 12:37:49 +01:00
Gabor Kiss-Vamosi
b092e8c6b3 fix(chart): fix very dense bar charts 2022-11-20 12:37:49 +01:00
Gabor Kiss-Vamosi
0afca09cf9
Update ROADMAP.md 2022-11-19 10:30:11 +01:00
_VIFEXTech
ef62275ffb
feat(img_cache): add support for alternate img cache algorithm (#3798)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-19 09:26:17 +01:00
Gabor Kiss-Vamosi
1e07853533 docs(meter): update according to d00dd4b10 2022-11-19 08:52:54 +01:00
Gabor Kiss-Vamosi
a218d75409 feat(meter): remove the option to add multiple scales
API BREAKING
2022-11-19 08:42:03 +01:00
Gabor Kiss-Vamosi
d00dd4b101
Update ROADMAP.md 2022-11-19 08:02:52 +01:00
Gabor Kiss-Vamosi
83328c0023
Update ROADMAP.md 2022-11-19 08:01:43 +01:00
Gabor Kiss-Vamosi
56f31fc20c
Update ROADMAP.md 2022-11-18 06:55:50 +01:00
Gabriel Wang
1191c433b9
cmsis pack monthly update for Nov (#3804) 2022-11-17 21:31:51 +01:00
Gabor Kiss-Vamosi
65af5da3ba fix(flex): be sure obj->w_layout and h_layout can't be set at the same time
realted to https://forum.lvgl.io/t/flex-grow-in-rotate/10220/4
2022-11-17 21:29:08 +01:00
Gabor Kiss-Vamosi
d219960de0 chore(docs): fix minor issues in JS binding docs 2022-11-16 21:30:13 +01:00
Gabor Kiss-Vamosi
d20c441b49 chore(docs): fix image path in JS binding 2022-11-16 21:26:03 +01:00
_VIFEXTech
45f932c55b
chore(table): remove extra spaces (#3805)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-16 14:21:01 +01:00
Gabor Kiss-Vamosi
5e1c415a76 feat(table): scroll to the selected cell with key navigation
Fixes https://forum.lvgl.io/t/grid-navigation-with-automatic-scrolling-for-table/10285
2022-11-16 11:32:49 +01:00
_VIFEXTech
4c90ec54d7
chore(fsdrv): fix warning (#3797)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-16 08:22:47 +01:00
Gabor Kiss-Vamosi
dabe9c9073
chore(readme): remove duplicated item from the package list 2022-11-13 13:09:11 +01:00
gorogoro2
5a4b27d1a7
fix(sdl): crash on lv_draw_sdl (#3796) 2022-11-13 10:55:35 +01:00
_VIFEXTech
5236e73f59
chore(log): remove unnecessary prefixes in LV_LOG_XXX (#3795)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-13 10:01:22 +01:00
Gabor Kiss-Vamosi
be9a654a29 feat(slider): handle scroll absorbtion in a smarter way
fixes: #3780
2022-11-13 09:42:25 +01:00
Gabor Kiss-Vamosi
6948eee9b1 docs(js): remove gif as they cannot be included in PDF 2022-11-09 09:47:10 +01:00
Gabor Kiss-Vamosi
d274523be1 feat(meter): handle arc bg_img_src 2022-11-09 09:38:30 +01:00
Gabor Kiss-Vamosi
c42a33d6dd chore(docs): fix image in the docs of the JS binding 2022-11-09 09:15:35 +01:00
Gabor Kiss-Vamosi
2055651df2 chore(docs): fix image in the docs of the JS binding 2022-11-09 09:02:55 +01:00
Gabor Kiss-Vamosi
12ca08c649 chore(docs): add images to the docs for the JS binding 2022-11-09 08:28:24 +01:00
Sxs7513
716995b25a
docs(javascript): add javascript binding docs (#3786) 2022-11-09 07:47:25 +01:00
Pablo J. Rogina
d17450a55f
ci(animimg): add unit tests (#3723) 2022-11-08 12:36:36 +01:00
Gabor Kiss-Vamosi
8dc7fc918a
docs(pull_request_template): add links to MicroPython docs for more info 2022-11-05 18:32:44 +01:00
Gabor Kiss-Vamosi
05fe76fb97
chore(docs): fix heading levels in micropython.md 2022-11-05 18:29:00 +01:00
W-Mai
b01229e451
fix(lv_flex): simplify mem alloc approach (#3781)
Signed-off-by: xinbingnan <xinbingnan@xiaomi.com>
Signed-off-by: W-Mai <1341398182@qq.com>
2022-11-03 12:48:21 +01:00
Amir Gonnen
35e1402f1e
docs(micropython): add coding conventions section(#3774)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-11-02 18:33:45 +01:00
_VIFEXTech
be1e1fca3a
fix(qrcode): remove global variables and lv_qrcode_delete (#3771)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-02 18:32:48 +01:00
Gabriel Wang
0738d1ac36
feat(cmsis-pack): monthly update for October (#3779) 2022-11-02 18:31:54 +01:00
Gabor Kiss-Vamosi
6f22c5e02e fix(draw): fix transformation accuracy
fixes #3777
2022-11-02 17:27:37 +01:00
Gabor Kiss-Vamosi
7d20d4ca7a
doc(cmake): fix how to fetch LVGL from GitHub 2022-11-02 16:57:43 +01:00
Pablo J. Rogina
e339779e49
feat(animimg): add getters for properties (duration and repeat count) (#3773) 2022-11-01 18:32:03 +01:00
Gabor Kiss-Vamosi
4d4d22e99c fix(printf): rename _vsnprintf to _lv_vsnprintf
It avoids possible conficts with functions from std lib

Fixes https://github.com/lvgl/lvgl/pull/3753#issuecomment-1297914953
2022-11-01 17:57:48 +01:00
_VIFEXTech
39db14d75e
fix(printf): fix built-in snprintf cannot be disabled (#3776)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-30 08:41:57 +01:00
xaowang96
532a3ebbc7
feat(theme):add ability to inhrit theme from base class (#3770)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
2022-10-29 16:39:29 +02:00
Gabor Kiss-Vamosi
6e62fcfd08
chore: try to fix md table 2022-10-29 10:38:24 +02:00
Leo Chung
146598c6a6
fix(benchmark): add missing LV_USE_DEMO_BENCHMARK (#3767)
Signed-off-by: Leo Chung <gewalalb@gmail.com>
2022-10-29 10:30:22 +02:00
Gabor Kiss-Vamosi
4972efc3ee fix(gif): fix the handling of non-repeating gifs
fixes #3760
2022-10-29 10:29:25 +02:00
Uli Raich
5d50fbc066
example(tiny_ttf): added MP example (#3707) 2022-10-26 20:48:12 +02:00
_VIFEXTech
677ab54bda
fix(draw): center imgfont's drawing position (#3668)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: W-Mai <1341398182@qq.com>
2022-10-26 13:53:53 +02:00
Gabor Kiss-Vamosi
887f831c89
docs(pr template): add more checkpoints
see https://github.com/lvgl/lv_binding_micropython/issues/234
2022-10-26 11:54:43 +02:00
_VIFEXTech
8ff87647da
feat(tlsf): add memory pool expansion support (#3757)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-26 10:36:26 +02:00