www.pudn.com > 8032.RAR > bas_rom1.h


/***************    MTK CONFIDENTIAL & COPYRIGHTED     ****************/ 
/***************                                       ****************/ 
/***************  $Modtime:: 04/04/19 3:01p    $       ****************/ 
/***************  $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_ */