Files
MXC-A36_2024.04.18/fr3092_lvglcode/lv_user_code/include/demo.h
2024-04-17 19:45:26 +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