This commit is contained in:
2026-01-30 17:04:39 +08:00
parent b94a28aacf
commit ef112855bf
30 changed files with 2786 additions and 4505 deletions

View 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