Michael Simon
|
352420cd54
|
refacter(conf): use defines for standard includes (#5767)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-03-20 12:10:33 +08:00 |
|
Gabor Kiss-Vamosi
|
09e1966eb3
|
fix(msgbox): fix micropython example
|
2023-12-12 17:07:09 +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
|
f0988b8cf8
|
refactor(event): add _cb postfix to lv_obj_add_event()
|
2023-11-28 15:36:51 +01:00 |
|
Gabor Kiss-Vamosi
|
8470365db2
|
ci: add missing demo test
|
2023-11-15 23:09:18 +01:00 |
|
Gabor Kiss-Vamosi
|
b56107ae05
|
refactor: fix typos
|
2023-11-15 22:58:07 +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
|
09c12d0f9c
|
refactor(btn, img): rename btn to button and img to image
|
2023-09-14 20:12:31 +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 |
|
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
|
124f9b0f9f
|
arch(driver): new driver architecture with new color format support
|
2023-02-20 20:50:58 +01:00 |
|
Uli Raich
|
29ec34be77
|
examples(micropython): add a few missing MP examples (#3672)
|
2022-09-21 11:21:36 +02:00 |
|
_VIFEXTech
|
0d6c08105a
|
fix(demo): fix warning. (#3344)
* fix(demo): fix warning.
lvgl/demos/keypad_encoder/lv_demo_keypad_encoder.c:169:5: warning: "LV_EX_MOUSEWHEEL" is not defined, evaluates to 0 [-Wundef]
169 | #if LV_EX_MOUSEWHEEL
| ^~~~~~~~~~~~~~~~
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
* fix benchmark warning.
~/lvgl/demos/benchmark/lv_demo_benchmark.c:1069:33: warning: cast between incompatible function types from ‘void (*)(lv_obj_t , uint16_t)’ {aka ‘void ()(struct _lv_obj_t , short unsigned int)’} to ‘void ()(void , int32_t)’ {aka ‘void ()(void , int)’} [-Wcast-function-type]
1069 | lv_anim_set_exec_cb(&a, (lv_anim_exec_xcb_t) lv_arc_set_end_angle);
| ^
~/lvgl/demos/benchmark/lv_demo_benchmark.c: In function ‘fall_anim’:
~/lvgl/demos/benchmark/lv_demo_benchmark.c:1090:29: warning: cast between incompatible function types from ‘void ()(struct _lv_obj_t , lv_coord_t)’ {aka ‘void ()(struct _lv_obj_t , short int)’} to ‘void ()(void , int32_t)’ {aka ‘void ()(void *, int)’} [-Wcast-function-type]
1090 | lv_anim_set_exec_cb(&a, (lv_anim_exec_xcb_t) lv_obj_set_y);
|
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2022-05-14 07:35:12 +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
|
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 |
|
Gabriel Wang
|
101d09276f
|
docs(demos) update information to reflect new layout (#3029)
|
2022-01-20 13:52:52 -05:00 |
|
Gabor Kiss-Vamosi
|
5414652a41
|
arch merge lv_demos
|
2021-12-16 20:49:41 +01:00 |
|