Gabor Kiss-Vamosi
|
f2bd701927
|
multi-disp: API updates
|
2019-02-20 10:16:33 +01:00 |
|
manison
|
8ec60fbe3e
|
add groups to the linked list
https://github.com/littlevgl/lvgl/issues/806
|
2019-02-15 08:46:12 +01:00 |
|
Gabor Kiss-Vamosi
|
5b92b4d01b
|
move basic descriptors to lv_disp_t
|
2019-02-10 11:06:47 +01: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 |
|