update
This commit is contained in:
22
calib_board/usr/gui/gui_tjc_hmi.h
Normal file
22
calib_board/usr/gui/gui_tjc_hmi.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef _GUI_TJC_HMI_H_
|
||||
#define _GUI_TJC_HMI_H_
|
||||
|
||||
#include "main.h"
|
||||
|
||||
/*ҳ<><D2B3>*/
|
||||
typedef struct
|
||||
{
|
||||
u8 main_index;
|
||||
u8 deliniter_main_index;
|
||||
|
||||
}gui_tjc_hmi_page_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
gui_tjc_hmi_page_t page;
|
||||
void (*init)(void);
|
||||
}gui_tjc_hmi_t;
|
||||
|
||||
extern gui_tjc_hmi_t tjc_hmi;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user