André Costa
|
25232d92e7
|
feat(dropdown): add lv_anim_enable_t parameter to lv_dropddown_set_selected (#7310)
|
2025-01-06 09:40:23 -05:00 |
|
Victor Wheeler
|
64e01e5248
|
feat(anim): clarify reverse play in animation API (#7338)
|
2024-12-18 07:43:00 +01:00 |
|
Liam
|
1d14386b99
|
refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" names (#6068)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-08-02 07:46:42 +02:00 |
|
Neo Xu
|
5a6f8b7ed2
|
fix(demo): fix compile warning (#6100)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2024-04-29 10:13:38 +08:00 |
|
zylalx1
|
47ec2784d8
|
chore: update some code and docs to use v9 API (#5876)
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-04-10 15:17:44 +08:00 |
|
Kenji Mouri (Qi Lu)
|
10f9d98419
|
fix(stdlib): fix issues when using LVGL TLSF memory pool to manage more than 4 GiB of memory (#5720)
|
2024-02-24 21:06:31 +08:00 |
|
Gabor Kiss-Vamosi
|
3883b61a7d
|
refactor(anim): rename ready_cb to completed_cb (#5378)
|
2024-01-18 11:07:29 +01:00 |
|
Gabor Kiss-Vamosi
|
fb0fc86895
|
refactor(style): rename style_anim_time -> style_anim_duration (#5338)
|
2024-01-15 17:59:18 +01:00 |
|
Gabor Kiss-Vamosi
|
cad4a4529c
|
refactor: lv_anim_set_playback_time -> lv_anim_set_playback_duration
|
2023-12-13 22:23:12 +01:00 |
|
Gabor Kiss-Vamosi
|
57a4497a09
|
refactor(msgbox): make msgbox more modular and flexible
|
2023-12-12 15:37:45 +01:00 |
|
Gabor Kiss-Vamosi
|
88865dd910
|
refactor: minor refactoring and widget docs update
|
2023-12-11 18:16:07 +01:00 |
|
Neo Xu
|
e8d5594026
|
refactor(anim): rename anim time to anim duration (#4978)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-11 12:35:22 +01:00 |
|
_VIFEXTech
|
296c1df302
|
chore(demos): fix warning (#4847)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-11-22 07:07:04 +01:00 |
|
Gabor Kiss-Vamosi
|
43a231cf5a
|
refactor(tabview): make it use with buttons instead of button matrix
|
2023-11-15 22:42:33 +01:00 |
|
Viktor Szépe
|
cc6581ae03
|
ci: upgrade astyle tool (#4776)
Install from source to use the latest version
|
2023-11-10 15:37:23 +01:00 |
|
Neo Xu
|
3539083d55
|
chore(image): fix warning of unchecked return value (#4730)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
|
2023-11-02 09:19:09 +01:00 |
|
Gabor Kiss-Vamosi
|
50d01cec3d
|
refactor(style): rename lv_indev_get_act to lv_indev_active
|
2023-10-31 19:20:36 +01:00 |
|
Gabor Kiss-Vamosi
|
9ec5417dd3
|
refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state
|
2023-10-12 21:12:16 +02:00 |
|
Gabor Kiss-Vamosi
|
6163437afd
|
refactor(scale): remove lv_meter use lv_scale instead
|
2023-10-12 17:21:52 +02:00 |
|
Neo Xu
|
27357d5139
|
feat(obj): add obj_id, class names, and dump support (#4536)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-09-25 10:58:36 +02:00 |
|
Gabor Kiss-Vamosi
|
0721884ee9
|
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale
|
2023-09-18 22:57:30 +02:00 |
|
Gabor Kiss-Vamosi
|
09c12d0f9c
|
refactor(btn, img): rename btn to button and img to image
|
2023-09-14 20:12:31 +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
|
b466045f13
|
chore: change some // comments to /**/
|
2023-07-15 18:39:11 +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
|
a218d75409
|
feat(meter): remove the option to add multiple scales
API BREAKING
|
2022-11-19 08:42:03 +01:00 |
|
Man, Jianting (Meco)
|
c2628fd7ef
|
chore(demo): fix the path of picture files in readme (#3451)
|
2022-07-06 09:06:31 +02:00 |
|
Xiang Xiao
|
4c4f954059
|
chore(style): remove the trailing space from all source files (#3188)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2022-03-21 11:25:51 +01:00 |
|
Xiang Xiao
|
4078a571dc
|
fix(demo/stress): remove the unused assets (#3139)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2022-03-01 19:38:32 +01:00 |
|
Xiang Xiao
|
0b799830ea
|
chore(demos): redirect urls to the new location in README.md (#3112)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2022-02-21 16:13:12 +01:00 |
|
embeddedt
|
9771050b99
|
chore(format) add formatting for examples & demos, merge test config
|
2022-02-13 13:59:17 -05:00 |
|
Gabor Kiss-Vamosi
|
9e1b789fb3
|
chore(demo): describe why the memory leak is no zero
|
2022-02-07 20:38:05 +01:00 |
|
Themba Dube
|
3bd6ad80e7
|
test(demo) add tests for widget and stress demos
|
2022-01-24 10:55:32 -05:00 |
|
Gabriel Wang
|
101d09276f
|
docs(demos) update information to reflect new layout (#3029)
|
2022-01-20 13:52:52 -05:00 |
|
ckielstra
|
febafd1cc7
|
chore: many trivial spelling and layout fixes (#3008)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2022-01-17 08:10:23 -05:00 |
|
Gabor Kiss-Vamosi
|
b4a64216cf
|
chore(demo): uncomment table stress test
|
2022-01-15 21:08:23 +01:00 |
|
Gabor Kiss-Vamosi
|
8d52de14b3
|
fix(table, chart): fix memory leaks
fixes #2967
|
2022-01-15 20:43:17 +01:00 |
|
Gabor Kiss-Vamosi
|
5414652a41
|
arch merge lv_demos
|
2021-12-16 20:49:41 +01:00 |
|