chore: add LV_USE_PRIVATE_API (#6737)

This commit is contained in:
Gabor Kiss-Vamosi
2024-08-26 13:29:26 +02:00
committed by GitHub
parent 8b659fc9a2
commit f4ea1ec82c
4 changed files with 20 additions and 0 deletions

4
lvgl.h
View File

@@ -120,6 +120,10 @@ extern "C" {
#include "src/lv_api_map_v9_0.h"
#include "src/lv_api_map_v9_1.h"
#if LV_USE_PRIVATE_API
#include "src/lvgl_private.h"
#endif
/*********************
* DEFINES
*********************/