HoloCubic/3.Software/vs2019_proj/lv_cubic_gui.h
2021-01-23 02:12:25 +08:00

25 lines
291 B
C

#ifndef LV_CUBIC_GUI_H
#define LV_CUBIC_GUI_H
#ifdef __cplusplus
extern "C" {
#endif
#include "lvgl/lvgl.h"
//extern lv_img_dsc_t screen_buffer;
extern lv_obj_t* scr_1;
extern lv_obj_t* scr_2;
void lv_holo_cubic_gui(void);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif