Gabor Kiss-Vamosi
|
68f25fa999
|
add_lv_fs_is_ready()
|
2019-01-31 13:24:02 +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 |
|
Gabor Kiss-Vamosi
|
19a5f5cd54
|
minor fixes
|
2018-12-21 14:35:25 +01:00 |
|
Gabor Kiss-Vamosi
|
41695bf9ac
|
astyle code formatting
|
2018-10-05 17:22:49 +02:00 |
|
Gabor Kiss-Vamosi
|
64d1fcbe9c
|
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
|
2018-09-21 12:19:11 +02:00 |
|
Gabor Kiss-Vamosi
|
224550a50c
|
lv_fs_open: fix memory leak
|
2018-09-21 12:19:05 +02:00 |
|
Gabor Kiss-Vamosi
|
fa2a36311f
|
lv_fs: add lv_fs_trunc and lv_fs_rename
|
2018-09-20 22:00:02 +02:00 |
|
Gabor Kiss-Vamosi
|
2e17562e51
|
add lv_mem_assert to memory allocations
|
2018-07-25 13:33:53 +02:00 |
|
Gabor Kiss-Vamosi
|
383ce0599e
|
format with astyler
|
2018-06-19 09:49:58 +02:00 |
|
Gabor Kiss-Vamosi
|
94bf21b9be
|
lv_fs: fix duplicated error cheching
|
2018-04-09 12:33:33 +02:00 |
|
Gabor Kiss-Vamosi
|
62c307d6f2
|
lv_fs: lv_dir_open: bugifx (use rddir_size instead of file_fize)
|
2018-01-05 13:49:15 +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
|
562486c14e
|
FS_RES_... rename to LV_FS_RES_...
|
2017-12-03 22:32:09 +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 |
|