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