chore(demos): add common entry for lv_demos (#4610)

Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
This commit is contained in:
bjsylvia
2023-10-11 04:28:17 +08:00
committed by GitHub
parent 3adaee8fde
commit 14c0869e68
5 changed files with 268 additions and 13 deletions

View File

@@ -35,17 +35,11 @@ extern "C" {
void lv_init(void);
#if LV_ENABLE_GLOBAL_CUSTOM || LV_USE_STDLIB_MALLOC == LV_STDLIB_BUILTIN
/**
* Deinit the 'lv' library
* Currently only implemented when not using custom allocators,
* or using custom 'lv_global'.
*/
void lv_deinit(void);
#endif
/**
* Returns whether the 'lv' library is currently initialized
*/