Amir Gonnen
|
10f3928169
|
Fixed refernce to anim_ll. LV_GC_ROOT must be used for Micropython gc support
|
2019-01-24 00:51:46 +02:00 |
|
Amir Gonnen
|
473c2276dd
|
add '_lv_' prefix to global roots
|
2019-01-24 00:14:33 +02:00 |
|
Amir Gonnen
|
1e8ea6b15b
|
gc: add undescore to roots, arranged lv_mem.c regarding gc defines. Added support to Symbols using the numstr technique of encoding the characters as a number in an enum. Globals: register them directly witout the need for constructor to access them. Updated example code. Updated lv_mpy.c
|
2019-01-24 00:14:33 +02:00 |
|
Amir Gonnen
|
a883f0b39a
|
Enable Micropython gc (Garbage Collection) on lvgl. This is controlled by LV_ENABLE_GC macro defined in lv_conf.h. When enabled, lv_conf.h should also define LV_MEM_CUSTOM_REALLOC, LV_MEM_CUSTOM_GET_SIZE, LV_GC_INCLUDE and LV_GC_ROOT
|
2019-01-24 00:14:33 +02:00 |
|
Gabor Kiss-Vamosi
|
10b86cea37
|
lv_anim: add ease_in/out path
|
2019-01-22 15:52:47 +01:00 |
|
Gabor Kiss-Vamosi
|
3e8e94d49c
|
fix warning in lv_anim_path_bounce
|
2018-12-26 19:31:00 +01:00 |
|
Gabor Kiss-Vamosi
|
63b86cab2e
|
lv_anim_bounce updates
|
2018-11-26 15:04:02 +01:00 |
|
Gabor Kiss-Vamosi
|
57dc4ed476
|
lv_anim_bounce path
|
2018-11-24 07:38:07 +01:00 |
|
Gabor Kiss-Vamosi
|
699f40c9b2
|
lv_anim: add overshoot path
|
2018-11-20 14:49:16 +01:00 |
|
Gabor Kiss-Vamosi
|
a4d950a2f2
|
lv_anim: add lv_anim_count_running
|
2018-11-09 12:36:38 +01:00 |
|
Gabor Kiss-Vamosi
|
603e9336d4
|
fixes if the freed memory become dirty
|
2018-10-15 19:00:03 +02:00 |
|
Gabor Kiss-Vamosi
|
41695bf9ac
|
astyle code formatting
|
2018-10-05 17:22:49 +02:00 |
|
Gabor Kiss-Vamosi
|
678cbdc23d
|
improve logging
|
2018-07-25 20:39:24 +02:00 |
|
Gabor Kiss-Vamosi
|
69434c8b7d
|
place some lv_log_add calls
|
2018-07-25 17:57:08 +02:00 |
|
Gabor Kiss-Vamosi
|
2e17562e51
|
add lv_mem_assert to memory allocations
|
2018-07-25 13:33:53 +02:00 |
|
Gabor Kiss-Vamosi
|
9676c2e486
|
lv_btn ink improvements and fixes
|
2018-07-08 03:25:07 +02:00 |
|
Gabor Kiss-Vamosi
|
7503242a6a
|
lv_anim bugfix: was error when the object is delete end callback
|
2018-06-22 22:58:26 +02:00 |
|
Gabor Kiss-Vamosi
|
383ce0599e
|
format with astyler
|
2018-06-19 09:49:58 +02:00 |
|
Gabor Kiss-Vamosi
|
2e2f5bc165
|
lv_anim: bugfix when animation is ready
|
2018-06-15 12:41:17 +02:00 |
|
Gabor Kiss-Vamosi
|
e4a12b22b4
|
add lv_prloader
|
2018-06-11 10:36:36 +02:00 |
|
Gabor Kiss-Vamosi
|
df226053cf
|
add bezier solver function and combine math and trigo files
|
2018-06-11 10:30:06 +02:00 |
|
Gabor Kiss-Vamosi
|
bfe1760904
|
new object type: lv_preload
|
2018-06-09 08:45:38 +02:00 |
|
Gabor Kiss-Vamosi
|
2353ca0621
|
fix overflow in lv_anim_speed_to_time
|
2018-04-17 14:11:39 +02:00 |
|
Gabor Kiss-Vamosi
|
fa6eb2fc22
|
lv_anim: delete unused global variable
|
2018-02-15 13:37:23 +01:00 |
|
Gabor Kiss-Vamosi
|
f242eba9c1
|
anim path reworked + minor changes
|
2017-12-17 01:54:09 +01:00 |
|
Gabor Kiss-Vamosi
|
893475ad89
|
Hide anti aliasing. No x << LV_AA rewuired from now
|
2017-12-07 19:22:23 +01:00 |
|
Gabor Kiss-Vamosi
|
43646b78ef
|
lv_mem_realloc: just truncate mem if smaller then then the old
|
2017-12-03 00:38:30 +01:00 |
|
Gabor Kiss-Vamosi
|
d6e1705a1a
|
fix a lot of warnings
|
2017-12-02 20:43:50 +01:00 |
|
Gabor Kiss-Vamosi
|
83b01aa627
|
add LV_NO_ANIM and LV_NO_SHADOW
|
2017-11-27 17:48:54 +01:00 |
|
Gabor Kiss-Vamosi
|
c890dc8d43
|
use only relative include paths
|
2017-11-26 23:58:05 +01:00 |
|
Gabor Kiss-Vamosi
|
c48a521882
|
misc is completly removed
|
2017-11-26 11:38:28 +01:00 |
|
Gabor Kiss-Vamosi
|
a8ceb6bcaf
|
lv_misc: all functions are renamed
|
2017-11-24 17:48:47 +01:00 |
|
Gabor Kiss-Vamosi
|
1fcda8092e
|
rename a lot of functions in lv_misc
|
2017-11-23 21:28:36 +01:00 |
|
Gabor Kiss-Vamosi
|
c3471fd04e
|
lv_misc files added from misc repo
|
2017-11-23 20:42:14 +01:00 |
|