Files
2024-03-18 14:05:12 +08:00

9 lines
103 B
C

#ifndef __DEMO_H__
#define __DEMO_H__
void lv_demo_func(lv_obj_t *parent, lv_point_t *top);
#endif