完成了,菜单内容的初级显示

This commit is contained in:
2026-03-09 22:59:38 +08:00
parent 9da748efb8
commit fb1a28df00
9 changed files with 1421 additions and 116 deletions

View File

@@ -4,7 +4,7 @@
#include "../../include/types.h"
// 菜单常量表定义
/* 静态菜定义需要的属性 */
typedef struct
{
uint8_t byClass; // 菜单分级标志;
@@ -16,6 +16,12 @@ typedef struct
FUNCPTR pfnWinProc; // 界面执行函数指针;
}tagMenuModel,*tagPMenuModel;
extern const tagMenuModel g_tMenuModelTab[];
extern const uint32_t MENU_MAX_ITEM;
//菜单密码设置
//==============================================================================