/* * Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd * * SPDX-License-Identifier: Apache-2.0 * * Authors: Ning Fang */ #ifndef IMAGE_UI_H #define IMAGE_UI_H #ifdef __cplusplus extern "C" { #endif #include "lvgl.h" #include "aic_ui.h" #define CANVAS_IMAGE_EXAMPLE void image_ui_init(void); #ifdef __cplusplus } /*extern "C"*/ #endif #endif //IMAGE_UI_H