chore(api): prevent API leaks (cache and thread) (#7220)

This commit is contained in:
Gabor Kiss-Vamosi
2024-11-13 12:37:37 +01:00
committed by GitHub
parent 81612fd153
commit 7bccca027a
28 changed files with 711 additions and 593 deletions

View File

@@ -9,6 +9,7 @@
#include "../../lv_examples.h"
#if LV_BUILD_EXAMPLES
#include "../../../src/osal/lv_os.h"
/*********************
* DEFINES

View File

@@ -1,4 +1,5 @@
#include "../../lv_examples.h"
#include "../../../src/lvgl_private.h"
#if LV_USE_CHART && LV_DRAW_SW_COMPLEX && LV_BUILD_EXAMPLES