Files
luban-lite/packages/artinchip/lvgl-ui/aic_demo/launcher_demo/camera_screen.h
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

22 lines
329 B
C

/*
* Copyright (C) 2022-2023 ArtinChip Technology Co., Ltd.
* Authors: Ning Fang <ning.fang@artinchip.com>
*/
#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