This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
lvgl
Watch
1
Star
0
Fork
0
You've already forked lvgl
mirror of
https://github.com/lvgl/lvgl.git
synced
2025-01-14 06:42:58 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
lvgl
/
.gitignore
5 lines
30 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-12 01:07:34 +02:00
**/*.o
**/*.swp
**/*.swo
commented out functions without definition Functions that are declared but not defined will cause the micropython build to fail, since it would assume, from file header, that these functions are available and will try to call them (linker error)
2019-03-18 01:27:06 +02:00
tags
Reference in New Issue
Copy Permalink