WouoUI/Third-party-design/platform-test/Gui/page_count.h
2023-08-16 09:56:20 +08:00

19 lines
305 B
C

#ifndef __PAGE_COUNT_H
#define __PAGE_COUNT_H
#include "main.h"
#include "gui_main.h"
extern M_SELECT count_menu[4];
void count_show_init(void);
void count_param_init(void);
void page_ir_test_init(void);
void count_show_proc(void);
void count_proc(void);
#endif /****** __PAGE_IR_TEST_H ******/