/* * Copyright (C) 2022-2023 ArtinChip Technology Co., Ltd. * Authors: Ning Fang */ #ifndef GIF_UI_H #define GIF_UI_H #ifdef __cplusplus extern "C" { #endif #include "lvgl.h" #include "aic_ui.h" void gif_ui_init(int *end_flag); #ifdef __cplusplus } /*extern "C"*/ #endif #endif // GIF_UI_H