mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-17 09:42:19 +08:00
7 lines
143 B
C
7 lines
143 B
C
#include "include/lvgl/lvgl.h"
|
|
|
|
#if LV_USE_PRIVATE_API
|
|
/* To keep backward compatibility with v9.5 */
|
|
#include "lvgl_private.h"
|
|
#endif
|