bjsylvia
|
06238e4947
|
fix(music): delete timer when deleting related-object (#4558)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-09-14 19:12:47 +02:00 |
|
bjsylvia
|
378ad2492c
|
fix(music): fix anim and timer crash when delete music demo (#4523)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-09-05 22:10:54 +02:00 |
|
bjsylvia
|
23ebeed652
|
fix(widgets): fix timer crash when delete widgets demo (#4522)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-09-05 21:16:37 +02:00 |
|
Gabor Kiss-Vamosi
|
7e923d2a26
|
demo(benchmark): fix black screen issue
|
2023-09-01 14:09:49 +02:00 |
|
bjsylvia
|
da02c6314c
|
chore(multilang): add Kconfig for multilang (#4480)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-08-24 11:07:18 +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 |
|
Benign X
|
ae3567cb46
|
fix(chart): fix off-by-one error in chart widget (#4461)
Signed-off-by: W-Mai <1341398182@qq.com>
|
2023-08-18 10:58:35 +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 |
|
Gabor Kiss-Vamosi
|
45aa59a473
|
feat(draw_buf): add lv_draw_buf_t for stride support (#4423)
|
2023-07-31 18:44:02 +02:00 |
|
bjsylvia
|
dbde799ada
|
chore(demos): replace version with lv_version_major (#4393)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-07-24 17:38:11 +02:00 |
|
Gabor Kiss-Vamosi
|
b78d4dc04b
|
demo: add lv_demo_scroll
|
2023-07-15 23:24:58 +02:00 |
|
bjsylvia
|
657dfe9615
|
fix: fix compiling warning on Mac (#4379)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-07-15 20:08:25 +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
|
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 |
|
Amir Gonnen
|
9783f2632e
|
fix(example): Remove struct cast (#4330)
|
2023-07-03 10:25:18 +02: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
|
30fe596d26
|
fix(demo_flex_layout): fix warning (#4061)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-03-15 06:48:11 +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
|
680d6d1a7d
|
refactor(event): use lv_event_get_orignal_target instead of current_target
|
2023-03-06 12:50:46 +01:00 |
|
Gabor Kiss-Vamosi
|
bb68947570
|
fix(indev): fix refocusing with clcik after 'tab'
fixes #4034
|
2023-03-06 05:45:59 +01:00 |
|
Gabor Kiss-Vamosi
|
a02256ff07
|
fix(benchmark): fix FPS with LV_DEMO_BENCHMARK_MODE_RENDER_ONLY
fixes #4030
|
2023-03-01 23:31:41 +01:00 |
|
Gabor Kiss-Vamosi
|
175a142746
|
fix(benchmark): fix FPS with LV_DEMO_BENCHMARK_MODE_RENDER_AND_DRIVER
fixes #4027
|
2023-03-01 22:58:49 +01:00 |
|
Gabor Kiss-Vamosi
|
cb5e64e600
|
fix(flex demo): follow API changes
|
2023-02-20 23:24:49 +01:00 |
|
Gabor Kiss-Vamosi
|
ca93f5fead
|
fix(benchmark): follow API changes
|
2023-02-20 23:18:51 +01:00 |
|
Gabor Kiss-Vamosi
|
103afa9f2b
|
chore: fix warnings
|
2023-02-20 22:30:16 +01:00 |
|
Gabor Kiss-Vamosi
|
124f9b0f9f
|
arch(driver): new driver architecture with new color format support
|
2023-02-20 20:50:58 +01:00 |
|
_VIFEXTech
|
ce036714de
|
fix(benchmark): skip tests when compressed fonts are disabled (#4001)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-02-20 14:01:24 +01:00 |
|
_VIFEXTech
|
a7df4994c3
|
fix(benchmark): restore frame rate after testing (#4000)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-02-20 14:00:59 +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 |
|
_VIFEXTech
|
ee9588dbc6
|
chore: Use LV_PRIu32 to print uint32_t type variables (#3937)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-01-18 09:18:35 +01:00 |
|
_VIFEXTech
|
0ef4e6f48b
|
feat(demo): add flex_layout demo (#3755)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: W-Mai <1341398182@qq.com>
Co-authored-by: Uli Raich <uli.raich@gmail.com>
Co-authored-by: W-Mai <1341398182@qq.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
|
2022-12-15 13:34:13 +01:00 |
|
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
|
a218d75409
|
feat(meter): remove the option to add multiple scales
API BREAKING
|
2022-11-19 08:42:03 +01: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 |
|
_VIFEXTech
|
6a9f324a4f
|
fix(demo_music): remove font resource compilation dependencies (#3739)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2022-10-13 11:58:01 +02:00 |
|
Gabor Kiss-Vamosi
|
0afa27d5c3
|
fix(widgets demo): improve soft keyboard usability
Related to https://forum.lvgl.io/t/problem-about-the-textarea-focus/9955/3
|
2022-10-12 10:44:54 +02:00 |
|
Gabor Kiss-Vamosi
|
0d830347f6
|
fix(demo): fix LV_DEMO_BENCHMARK_MODE_RENDER_ONLY mode
|
2022-10-03 12:46:05 +02:00 |
|
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 |
|
Gabor Kiss-Vamosi
|
2188fe66bb
|
demo(bechmark): fix delay between renders
|
2022-09-19 12:25:06 +02:00 |
|
Gabor Kiss-Vamosi
|
72c383fada
|
docs(demo): update the README of the benchmark demo
|
2022-09-13 13:21:53 +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 |
|
Roman Romanchuk
|
778d872409
|
chore: change image tags in demo README to GitHub markdown (#3596)
|
2022-08-19 12:28:00 +02:00 |
|
_VIFEXTech
|
1de64ade88
|
chore(demo/indev): fix warning (#3583)
* chore(demo/indev): fix warning
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
* fix 'Micropython CI / Build rp2 port' warning
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2022-08-17 12:32:51 +02:00 |
|
Gabor Kiss-Vamosi
|
e42f01a38a
|
fix(make): update lvgl.mk and remove unnecessary mk files
|
2022-07-20 12:10:00 +02:00 |
|
Xiang Xiao
|
9ed5b3fe06
|
Sync up Kconfig with lv_config_template.h (#3508)
* fix(config): remove LV_COLOR_16_SWAP related stuff
follow commit 5369d7d473446a8953f2ea37b9116da918d3c8d2
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* fix(config): remove LV_COLOR_SCREEN_TRANSP related stuff
follow commit 5369d7d473446a8953f2ea37b9116da918d3c8d2
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2022-07-20 11:29:34 +02:00 |
|