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

📄 bas_rom1.h

📁 MTK 1389E SOURCE CODE
💻 H
字号:
/***************    MTK CONFIDENTIAL & COPYRIGHTED     ****************/
/***************                                       ****************/
/***************  $Modtime:: 04/08/27 9:39a    $       ****************/
/***************  $Revision:: 1                $       ****************/
/***************                                       ****************/
/*************** Description : include file for        ****************/
/***************               NUI datarom             ****************/
/***************     Company : MediaTek Inc.           ****************/
/***************  Programmer :                         ****************/
/**********************************************************************/

#define OSD_MSG_EMPTY     OSD_MSG_NULL
#define OSD_MSG_FUNC_NUMBER   (OSD_MSG_LASTMSG+1)
#define OSD_MSG_FUNC_MINUS3   (OSD_MSG_LASTMSG+2)



#define BMP_LOAD_0        0
#define BMP_LOAD_1        1
#define BMP_OPEN          2
#define BMP_CLOSE         3

// for NUI Setup Menu
#define BMP_STPMN_GR_ON     4
#define BMP_STPMN_ADO_ON    5
#define BMP_STPMN_VDO_ON    6
#define BMP_STPMN_PR_ON     7
//#define BMP_STPMN_PWD_ON    8
//#define BMP_STPMN_EXIT_ON   9
#define BMP_STPMN_DOLBY_ON  8

// Round style corners
#define BMP_LT_CORNER       9
#define BMP_LB_CORNER       10
#define BMP_RT_CORNER       11
#define BMP_RB_CORNER       12

#ifdef PLAY_AUDIO_CLIP
  #define ACLIP_DING      0
  #define ACLIP_TADA      1
  #define ACLIP_CHORD     2
  #define ACLIP_TEST      3
#endif                    

#define CODE_PAGE_ASC     0
#define CODE_PAGE_GB_1    1     // if only 128 words in font 0
#define CODE_PAGE_ICON    1     // if no Chinese word
#define CODE_PAGE_MENU    2
#define CODE_PAGE_ASC2    3

#define ICON_VOL_0        20
#define ICON_VOL_1        21
#define ICON_VOL_2        22

#endif /* _MESSAGE_H_ */

⌨️ 快捷键说明

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