Mike Fellows
765a97383a
Fix visual studio compile errors in lv_anim code
...
unary negation operator was being applied to an usigned int in three
places. I'm not sure what the other compilers are doing to accept
the current code , but I have cast the unsigned ints to a signed one
before applying the unary operator.
2020-06-01 22:23:53 +02:00
Gabor Kiss-Vamosi
a2c973bd5b
fix warings
2020-05-24 13:13:07 +02:00
Gabor Kiss-Vamosi
97392f4fdf
reduce API size: add underscore prefix to internal functions
2020-05-13 14:11:16 +02:00
Gabor Kiss-Vamosi
8e87fc4620
minor fixes
2020-05-06 09:27:38 +02:00
Gabor Kiss-Vamosi
43e873108a
introduce lv_anim_path_t to encapsulate the path cb
2020-04-27 11:51:18 +02:00
Gabor Kiss-Vamosi
3b869b0258
replace all memset with lv_memset
2020-04-23 15:45:08 +02:00
Gabor Kiss-Vamosi
479d31e5a7
replace all memcpy with lv_memcpy
2020-04-23 15:27:51 +02:00
Gabor Kiss-Vamosi
f4ececf7c7
add lv_anim_get
2020-03-24 20:14:19 +01:00
Gabor Kiss-Vamosi
5ad1cb76c2
increase animation task priority
2020-03-10 11:59:51 +01:00
Gabor Kiss-Vamosi
498f050262
fix warnings
2020-03-10 08:34:07 +01:00
Gabor Kiss-Vamosi
41907f9f3c
run astyle code formatter
2020-02-26 19:48:27 +01:00
Gabor Kiss-Vamosi
05b8db0192
new transitions for the main style is working
2020-02-21 15:33:57 +01:00
Gabor Kiss-Vamosi
0310f2d789
change anim API and add repeat count
2020-02-19 06:18:24 +01:00
Gabor Kiss-Vamosi
8d71d87242
anim: reinitialize 'last_task_run' when the first anim is added after suspend
2020-01-17 13:30:48 +01:00
Themba Dube
7fcd4669a4
Merge branch 'dev-7.0' into power_efficiency
2020-01-05 09:13:54 -05:00
Gabor Kiss-Vamosi
8e5446c68f
add lv_anim_refr_now()
2019-12-19 11:14:51 +01:00
Themba Dube
5cbff436b4
Suspend the animation task if there are no running animations
2019-12-10 20:10:35 -05:00
Gabor Kiss-Vamosi
2be039e917
rename lv_ll_rem to lv_ll_remove
2019-11-15 11:04:46 +01:00
Gabor Kiss-Vamosi
5660181b81
debug: rework asserts
2019-09-24 23:14:17 +02:00
Gabor Kiss-Vamosi
366f958e1a
debug: add the basics of LV_DEBUG
2019-09-24 16:30:38 +02:00
Gabor Kiss-Vamosi
8f962a0464
run clang-formatter
2019-06-27 07:16:15 +02:00
Gabor Kiss-Vamosi
b8c35308f2
minor fixes
2019-06-16 09:16:20 +02:00
Gabor Kiss-Vamosi
bceb46b813
improve callback conventions
2019-06-12 23:10:54 +02:00
Gabor Kiss-Vamosi
23f842e462
run clag-format
2019-06-06 06:05:40 +02:00
Gabor Kiss-Vamosi
5ebed4f24e
anim: minor updates
2019-05-27 15:10:15 +02:00
Gabor Kiss-Vamosi
f2afc18d6b
anim: combint var and exec_cb set into lv_anim_set_var_and_cb
2019-05-27 05:42:34 +02:00
Gabor Kiss-Vamosi
b926fd4966
add lv_task_set_cb
2019-05-17 07:58:47 +02:00
Gabor Kiss-Vamosi
4c623cae44
add lv_anim_del_custom
2019-05-17 07:50:00 +02:00
Gabor Kiss-Vamosi
569bbdf058
remove lv_style_anim_t and replace it with simply lv_anim_t
2019-05-15 18:27:26 +02:00
Gabor Kiss-Vamosi
5af101a1eb
add inline anim set functions
2019-05-15 06:15:12 +02:00
Gabor Kiss-Vamosi
be84581bbc
lv_anim: add typedef int16_t lv_anim_value_t
2019-05-07 06:30:38 +02:00
Gabor Kiss-Vamosi
56fcd2d151
fix memory corruptions due to animation audates
2019-04-22 09:20:04 +02:00
Gabor Kiss-Vamosi
e2cfba7c9f
add user data where is was missing
2019-04-22 08:45:07 +02:00
Gabor Kiss-Vamosi
ba2160042a
run clang format
2019-04-04 07:15:40 +02:00
Gabor Kiss-Vamosi
84ace67720
move INDEV settings from lv_conf.h to the indev driver
2019-04-02 12:15:35 +02:00
Gabor Kiss-Vamosi
f51bf17e39
move lvgl files to src folder
2019-03-17 08:33:03 +01:00