MXC-A36-LVGL/fr3092_lvglcode/lv_user_code/include/demo.h

9 lines
103 B
C
Raw Permalink Normal View History

2024-04-18 10:26:43 +08:00
#ifndef __DEMO_H__
#define __DEMO_H__
void lv_demo_func(lv_obj_t *parent, lv_point_t *top);
#endif