/** * @file lv_nuttx_image_cache.h * */ #ifndef LV_NUTTX_IMAGE_CACHE_H #define LV_NUTTX_IMAGE_CACHE_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #include "../../lv_conf_internal.h" #include LV_STDBOOL_INCLUDE /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ void lv_nuttx_image_cache_init(bool use_independent_image_heap); void lv_nuttx_image_cache_deinit(void); /********************** * MACROS **********************/ #ifdef __cplusplus } /*extern "C"*/ #endif #endif /*LV_NUTTX_IMAGE_CACHE_H*/