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