⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sysset.c

📁 在ARM7和UC/OSII的平台上实现了GPS自动报站的功能,涉及GPS模块LEA_4S的驱动,位置速寻算法,语音芯片ISD4004的录放音驱动,LED页面管理等等.从启动代码到操作系统的移植以及到业
💻 C
字号:
/****************************************************************
**                                                              *
**  FILE         :  SysSet.C                                    *
**  COPYRIGHT    :  (c) 2001 .Xiamen Yaxon NetWork CO.LTD       *
**                                                              *
**                                                              *
**  By : CCH 2002.1.15                                          *
****************************************************************/
#include "includes.h"
#include "tools.h"
#include "version.h"
#include "prompt.h"
#include "itemmenu.h"
#include "adconst.h"
#include "selring.h"
#include "setkeypt.h"
#include "setpick.h"
#include "setcha.h"
#include "sysset.h"

#if EN_HANDSET > 0



static void ReadVersion(void)
{
    ActivateStringPrompt_TIME(StrVersion, 0);
}



static ITEMMENU_STRUCT  MENU_VERSION            = {ITEM_FCN,   "  版本说明", ReadVersion, 0, 0};
static ITEMMENU_STRUCT *MENU_SYSSET_CHILD[]     = {&MENU_ADCONST, &MENU_SELRING, &MENU_SETKEYPT, 
                                                   &MENU_SETPICK, &MENU_SETCHA,  &MENU_VERSION};
ITEMMENU_STRUCT MENU_SYSSET                     = {ITEM_FMENU, "  系统设置", 0, 6, MENU_SYSSET_CHILD};

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -