/** * @file lvgl_private.h * */ #ifndef LVGL_PRIVATE_H #define LVGL_PRIVATE_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #include "display/lv_display_private.h" #include "indev/lv_indev_private.h" /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ /********************** * MACROS **********************/ #ifdef __cplusplus } /*extern "C"*/ #endif #endif /*LVGL_PRIVATE_H*/