Gabor Kiss-Vamosi
|
cad4a4529c
|
refactor: lv_anim_set_playback_time -> lv_anim_set_playback_duration
|
2023-12-13 22:23:12 +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 |
|
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
|
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
|
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
|
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
|
124f9b0f9f
|
arch(driver): new driver architecture with new color format support
|
2023-02-20 20:50:58 +01:00 |
|
embeddedt
|
71d535defd
|
fix(examples) use type-safe function for retrieving event param
Fixes #3364
|
2022-05-18 13:58:35 -04:00 |
|
embeddedt
|
9771050b99
|
chore(format) add formatting for examples & demos, merge test config
|
2022-02-13 13:59:17 -05:00 |
|
Gabor Kiss-Vamosi
|
db53ea925c
|
arch(draw): allow replacing the draw engine
BREAKING CHANGE: the API of lv_draw_... function have been changed
|
2021-12-21 15:54:22 +01:00 |
|
Gabor Kiss-Vamosi
|
d9d3f27126
|
fix(printf) add (int) casts to log messages to avoid warnings on %d
|
2021-11-03 11:53:03 +01:00 |
|
Gabor Kiss-Vamosi
|
75d1c05a23
|
feat(event) add lv_event_get_indev/clip_area/draw_part_dsc
|
2021-05-12 12:49:32 +02:00 |
|
Gabor Kiss-Vamosi
|
e76ccc7ed2
|
fix(examples) update the outdated bar and slider examples
|
2021-05-02 21:05:23 +02:00 |
|
Gabor Kiss-Vamosi
|
422c9e5bd6
|
feat(event) rework the prototype of lv_event_cb
It encapsulates all event related parameters into a single lv_event_t obejct.
|
2021-04-14 15:31:54 +02:00 |
|
Gabor Kiss-Vamosi
|
20803031e8
|
fix(test) fix tests
|
2021-04-08 13:07:48 +02:00 |
|
Gabor Kiss-Vamosi
|
63bc72e53a
|
minor fixes
|
2021-03-25 19:59:23 +01:00 |
|
Gabor Kiss-Vamosi
|
53f3cc1827
|
api(style) remove content style proeprties
|
2021-03-25 13:36:50 +01:00 |
|
Xiang Xiao
|
9254a7ea14
|
fix(comment): remove the space after /* and before */
|
2021-03-18 11:51:36 +08:00 |
|
Gabor Kiss-Vamosi
|
0ab6433c66
|
assign theme to the display + minor fixes
|
2021-02-26 09:51:30 +01:00 |
|
Gabor Kiss-Vamosi
|
cbfbcb47f9
|
feat(color): use colors from material design
Use function instead of color macros
|
2021-02-23 15:03:06 +01:00 |
|
Gabor Kiss-Vamosi
|
e9613526f8
|
fix(anim) fix anim_exec_cb casts
|
2021-02-22 20:27:46 +01:00 |
|
Gabor Kiss-Vamosi
|
757c18e430
|
refactor(anim) replace lv_anim_value_t with int32_t
see #2086
|
2021-02-22 19:01:40 +01:00 |
|
embeddedt
|
e467686002
|
fix(v8) handle most compiler warnings (#2086)
|
2021-02-20 07:51:03 +01:00 |
|
Gabor Kiss-Vamosi
|
bb08660cb6
|
minor fixes
|
2021-02-14 14:56:34 +01:00 |
|
Gabor Kiss-Vamosi
|
7bec13c2b9
|
update asserts
|
2021-02-08 09:53:03 +01:00 |
|