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

399 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
390c880f89 example(tabview): fix tabview disable scrollig example
there is no animatin after selecting a tab by clicking anymore
2023-06-26 13:50:43 +02:00
Gabor Kiss-Vamosi
e820dacd5a fix spinner 2023-06-20 11:27:09 +02:00
_VIFEXTech
77b77e8017
fix(examples/imgfont): fix warning (#4275)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-06-12 12:22:12 +02:00
Gabor Kiss-Vamosi
beafff2661
docs(arduino): update the comments in /LVGL_Arduino.ino 2023-04-28 14:10:26 +02:00
Kevin Schlosser
e485dd8bb4
feat(docs): migrate from .md to .rst (#4129) 2023-04-27 14:42:02 +02:00
_VIFEXTech
9eb0c021a9
fix(arduino): fix unsafe log printing (#4125)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-04-11 10:57:44 +02:00
Gabor Kiss-Vamosi
b466913494 example(calendar): fix lv_example_calendar_1.py 2023-03-23 03:35:07 +01:00
Gabor Kiss-Vamosi
a6880eb825 docs(disp): use px_map parameter name instead of color_p
related to https://github.com/lvgl/lv_binding_micropython/issues/263#issuecomment-1477790684
2023-03-22 10:07:01 +01:00
Gabor Kiss-Vamosi
1faa4c8d7a revert(event): use original_target and target to follow JS conventions
fixes #4050
2023-03-20 14:24:21 +01: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
Gabor Kiss-Vamosi
e26a46c43c docs(arduino): add note to not use lv_examles library
fixes #4054
2023-03-14 07:38:14 +01:00
Uli Raich
d1c6c61780
example(micropython): updated MicroPython examples according to LVGL changes (#4031) 2023-03-10 21:44:12 +01:00
Gabor Kiss-Vamosi
28d4bff440 example(event_3): adjust widget size 2023-03-09 14:07:25 +01:00
Gabor Kiss-Vamosi
8b39ec0ed5 exmample(label): fix gradient label 2023-03-08 11:26:22 +01:00
Gabor Kiss-Vamosi
6cd98892a4 fix(event): fix typos and tests 2023-03-06 13:00:05 +01:00
Gabor Kiss-Vamosi
680d6d1a7d refactor(event): use lv_event_get_orignal_target instead of current_target 2023-03-06 12:50:46 +01:00
Gabor Kiss-Vamosi
b66512183a fix(template): update porting templates 2023-02-24 11:53:14 +01:00
Gabor Kiss-Vamosi
103afa9f2b chore: fix warnings 2023-02-20 22:30:16 +01:00
Gabor Kiss-Vamosi
f28d18dda4 fix: minor fixes to make the CI work 2023-02-20 22:19:00 +01:00
Gabor Kiss-Vamosi
124f9b0f9f arch(driver): new driver architecture with new color format support 2023-02-20 20:50:58 +01:00
Gabor Kiss-Vamosi
b9b55a9eed fix(arduino): fix typo 2023-02-04 17:41:42 +01:00
Gabor Kiss-Vamosi
801d776e78 fix(arduino): fix the include path of the demos and examples
related to https://github.com/lvgl/lvgl/issues/3166#issuecomment-1412105482
2023-02-04 17:40:52 +01:00
Carlos Diaz
76547db1d7
refactor(rename): LV_IMG_ZOOM_NONE to LV_ZOOM_NONE (#3957)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-02-04 17:20:42 +01:00
nicusorcitu
7c7e99604f
feat(gpu): improve NXP's PXP and VGLite accelerators (#3948)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Stefan Babatie <stefan.babatie@nxp.com>
Signed-off-by: Wenbin Yuan <wenbin.yuan@nxp.com>
Co-authored-by: Stefan Babatie <stefan.babatie@nxp.com>
Co-authored-by: Wenbin Yuan <wenbin.yuan@nxp.com>
2023-01-28 23:14:40 +01:00
_VIFEXTech
889634398a
feat(libs): add barcode widget (#3778)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-12-11 11:48:03 +01:00
_VIFEXTech
e7da3b247e
refact(freetype): clean up global variables and infrequent functions (#3782)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-24 12:27:38 +01:00
Uli Raich
01b33b4aba
example(canvas): add MicroPython draw examples (#3823) 2022-11-24 11:16:34 +01:00
Gabor Kiss-Vamosi
3940f53782 chore(example): fix copy/paset error in lv_example_canvas_7 2022-11-23 10:29:27 +01:00
Gabor Kiss-Vamosi
e45ba58bd8 example(get_started): add simple hello world example 2022-11-22 14:37:51 +01:00
Gabor Kiss-Vamosi
d47851ad3c examples(canvas): add canvas drawing examples 2022-11-21 23:08:32 +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
a218d75409 feat(meter): remove the option to add multiple scales
API BREAKING
2022-11-19 08:42:03 +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
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
_VIFEXTech
d1e8c676a4
fix(examples): fix invalid include for unistd.h in file_explorer example (#3756)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-24 07:59:37 +02:00
Gabor Kiss-Vamosi
853163f615 docs(calvas): fix that LV_CANVAS_BUF_SIZE_ return byte count and not pixel count
fixes #3734
2022-10-11 20:17:18 +02:00
_VIFEXTech
14c126a883
chore(examples): fix unused-variable warning (#3732)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-10 15:31:29 +02:00
Gabor Kiss-Vamosi
66a36b7ba9 example(arduino): fix the example INO file.
fixes: #3686
2022-10-06 14:24:55 +02:00
Gabor Kiss-Vamosi
0a9772bcdf docs: add lv_example_tiny_ttf_2 to index.rst 2022-10-02 18:22:30 +02:00
Gabor Kiss-Vamosi
884faf0a17 examples(tiny_ttf): add file read example 2022-09-28 11:12:07 +02:00
honey the codewitch
57e0943b10
feat(tiny_ttf): ttf support (#3680)
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-26 17:30:07 +02:00
Uli Raich
29ec34be77
examples(micropython): add a few missing MP examples (#3672) 2022-09-21 11:21:36 +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
Gabor Kiss-Vamosi
451eddb123 example(event): simplify lv_example_event_4 2022-09-08 23:55:11 +02:00
Gabor Kiss-Vamosi
8a2dd6c70a chore(example): fix warnings
related to #3659
2022-09-05 10:14:26 +02:00
Yobe Zhou
7802d2006d
chore(file_explorer): use the correct example path (#3658) 2022-09-04 18:16:36 +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