Gabor Kiss-Vamosi
|
0738e04723
|
feat(draw): consider stride for glyph bitmaps
|
2023-08-31 20:33:32 +02:00 |
|
Gabor Kiss-Vamosi
|
c3e2120616
|
feat(img): add img.header.stride
see https://github.com/lvgl/lvgl/pull/4414#issuecomment-1698538169
|
2023-08-31 19:54:36 +02:00 |
|
Carlos Diaz
|
5c1fc63647
|
feat(scale): add the lv_scale widget (#4196)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-08-31 15:09:40 +02:00 |
|
Neo Xu
|
b6c5ab3954
|
chore: remove not needed "expression ? true : false" (#4485)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-08-25 22:58:21 +02:00 |
|
Gabor Kiss-Vamosi
|
72a62f4eda
|
example(ffmpeg): enable the MicroPython example
|
2023-08-22 10:47:38 +02:00 |
|
Gabor Kiss-Vamosi
|
0b83a82a07
|
feat(multi-instance): collect all the global variables into a struct to allow running multiple instances of LVGL
Closes #4358
|
2023-08-19 01:42:37 +02:00 |
|
Gabor Kiss-Vamosi
|
6b8d1e94b4
|
example(canvas): fix canvas examples
|
2023-08-16 06:59:31 +02:00 |
|
bjsylvia
|
67ca457a07
|
fix: fix typos (#4451)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-08-14 16:49:30 +02:00 |
|
_VIFEXTech
|
9a483c87bf
|
feat(layer): add more efficient widget translucent mode (#4415)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-08-14 07:57:19 +02:00 |
|
Uli Raich
|
73de6a2e94
|
added Python version of lv_example_tiny_ttf_3 (#4437)
|
2023-08-08 10:46:57 +02:00 |
|
sirius506
|
af8c55724d
|
fix(tiny_ttf): re-initialize cache contents when cleared (#4426)
|
2023-08-03 15:55:58 +02:00 |
|
Gabor Kiss-Vamosi
|
9285f44539
|
chore: fix lv_example_img_1()
|
2023-07-31 18:50:45 +02:00 |
|
Gabor Kiss-Vamosi
|
45aa59a473
|
feat(draw_buf): add lv_draw_buf_t for stride support (#4423)
|
2023-07-31 18:44:02 +02:00 |
|
_VIFEXTech
|
0302eaa22e
|
fix(examples): fix crash caused by typos (#4419)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-07-31 10:21:49 +02:00 |
|
Gabor Kiss-Vamosi
|
7b1a363ecb
|
chore: fix warnings
|
2023-07-15 20:59:49 +02:00 |
|
Gabor Kiss-Vamosi
|
b466045f13
|
chore: change some // comments to /**/
|
2023-07-15 18:39:11 +02:00 |
|
Peter Bee
|
36c5f19c95
|
fix(kconfig): update Kconfig and lv_conf_kconfig.h (#4338)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
Signed-off-by: Peter Bee <pbjd97@gmail.com>
|
2023-07-09 23:27:32 +02:00 |
|
Gabor Kiss-Vamosi
|
8d375ef12e
|
chore: revert test code from lv_example_btn_1
|
2023-07-09 23:24:39 +02:00 |
|
Gabor Kiss-Vamosi
|
f753265a79
|
arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
|
2023-07-05 13:05:19 +02:00 |
|
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 |
|