merge master

This commit is contained in:
Gabor Kiss-Vamosi
2019-12-22 22:52:11 +01:00
9 changed files with 110 additions and 19 deletions

View File

@@ -280,6 +280,15 @@ typedef struct _lv_hit_test_info_t
*/
void lv_init(void);
/**
* Deinit the 'lv' library
* Currently only implemented when not using custorm allocators, or GC is enabled.
*/
#if LV_ENABLE_GC || !LV_MEM_CUSTOM
void lv_deinit(void);
#endif
/*--------------------
* Create and delete
*-------------------*/