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