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

📄 indicatorshow.h

📁 MTK portableDVD 采用mtk1389方案的代码
💻 H
字号:
/**********************************************************************/
/***************    MTK CONFIDENTIAL & COPYRIGHTED     ****************/
/***************                                       ****************/
/***************  $Modtime:: 05/10/12 09:19a   $       ****************/
/***************  $Revision: 2.0 $       ****************/
/***************                                       ****************/
/***************   Description :                       ****************/
/***************                                       ****************/
/***************                                       ****************/
/***************       Company : MediaTek Inc.         ****************/
/***************    Programmer :  shangbo lin          ****************/
/**********************************************************************/
#ifndef _INDICATORSHOW_H_
#define _INDICATORSHOW_H_


// *********************************************************************
// the position of those bmp defined in OSD 
// *********************************************************************
#define INIT_BMP_POS_X  250
#define INTI_BMP_POS_Y  6

#define STATUS_BMP_WIDTH     80
#define STATUS_BMP_HEIGHT    48

#define STATUS_BMP_START_X   0
#define STATUS_BMP_START_Y   0
#define STATUS_BMP_END_X     (STATUS_BMP_START_X + STATUS_BMP_WIDTH)
#define STATUS_BMP_END_Y     (STATUS_BMP_START_Y + STATUS_BMP_HEIGHT)


// *********************************************************************
// status bmp type
// *********************************************************************
typedef enum
{
 BMP_PLAY_STATUS,
 BMP_PBC_STATUS,
 BMP_ERR_STATUS,
 BMP_DIRECT_PLAY,
 BMP_STATUS_NONE = 0xFF
};

// *********************************************************************
// message board color Define, relative to the palette in the file "nuiwb.h"
// *********************************************************************
#define HEAD_MSG_COL0  0
#define HEAD_MSG_COL1  1
#define HEAD_MSG_COL2  1
#define HEAD_MSG_COL3  3
#define HEAD_ICON_COL  11
#define HEAD_BG_COL    0
#define HEAD_MSGBG_BLEND  BLEND_1

#define VOL_MSG_COL0   0
#define VOL_MSG_COL1   1
#define VOL_MSG_COL2   1
#define VOL_MSG_COL3   3
#define VOL_BG_COL     0
#define VOL_MSGBG_BLEND  BLEND_1

#define OVERLAY_MSG_COL0  0
#define OVERLAY_MSG_COL1  1 
#define OVERLAY_MSG_COL2  1
#define OVERLAY_MSG_COL3  3
#define OVERLAY_ICON_COL  9
#define OVERLAY_BG_COL 0
#define OVERLAY_MSGBG_BLEND  BLEND_1

#define INIT_MSG_COL0   4
#define INIT_MSG_COL1   0
#define INIT_MSG_COL2   1
#define INIT_MSG_COL3   3
#define INIT_ICON_COL0  7
#define INIT_ICON_COL1  8
#define INIT_ICON_COL2  15
#define INIT_BG_COL     0
#define INIT_ICON_COL0_BLEND  BLEND_0
#define INIT_ICON_COL1_BLEND  BLEND_1
#define INIT_ICON_COL2_BLEND  BLEND_2
#define INIT_MSGBG_BLEND      BLEND_0

#define SPTM_BG_COL       0
#endif

⌨️ 快捷键说明

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