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