📄 stpwbclr.h
字号:
/**********************************************************************/
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/*************** ****************/
/*************** $Modtime:: 07/04/09 11:49a $ ****************/
/*************** $Revision:: 2 $ ****************/
/*************** ****************/
/*************** Description : Setup Menu ****************/
/*************** Color Description ****************/
/*************** ****************/
/*************** Company : MediaTek Inc. ****************/
/*************** Programmer : Peter Huang ****************/
/**********************************************************************/
#ifndef _WBCOLOR_H_
#define _WBCOLOR_H_
#ifdef SETUP_MENU_TRUECOLOR
#if 0
code WORD _pwSetType3HeadTCol[] = {TRUECOLOR_LIGHT_BLUE, TRUECOLOR_BLACK,TRUECOLOR_GRAY0,TRUECOLOR_GRAY1,
TRUECOLOR_GRAY2,TRUECOLOR_GRAY3,TRUECOLOR_GRAY4,TRUECOLOR_GRAY5,
TRUECOLOR_GRAY6,TRUECOLOR_GRAY7,TRUECOLOR_GRAY8,TRUECOLOR_GRAY9,
TRUECOLOR_GRAY10,TRUECOLOR_GRAY11, TRUECOLOR_ORANGE, TRUECOLOR_LIGHT_BLUE };
code WORD _pwType3MsgTCol[4] = { TRUECOLOR_BLUE, TRUECOLOR_LIGHTGRAY,
TRUECOLOR_BLACK, TRUECOLOR_WHITE };
code WORD _pwType3ItemTCol[] = {
TRUECOLOR_BLACK, TRUECOLOR_BLACK, TRUECOLOR_BLACK, 0xba10 /*TRUECOLOR_WHITE*/,
TRUECOLOR_LIGHT_GREEN, TRUECOLOR_GRAY, TRUECOLOR_DARKGRAY, TRUECOLOR_LIGHTGRAY,
0xC5C9, 0xA222, TRUECOLOR_PINK, TRUECOLOR_ORANGE,
TRUECOLOR_GREEN, TRUECOLOR_YELLOW, TRUECOLOR_BLUE, TRUECOLOR_RED};
#endif
// [runma] add block for pro design.
#if 0
code WORD _pwSetType3HeadTCol[] = {0x5134, 0xae24,0x0000, TRUECOLOR_WHITE,
TRUECOLOR_GRAY0,TRUECOLOR_GRAY1,TRUECOLOR_GRAY2,TRUECOLOR_GRAY3,
TRUECOLOR_GRAY4,TRUECOLOR_GRAY5,TRUECOLOR_GRAY6,TRUECOLOR_GRAY7,
TRUECOLOR_GRAY8,TRUECOLOR_GRAY9,TRUECOLOR_GRAY10,TRUECOLOR_GRAY11 }; //, 0xAE24, 0x5134};
#endif
#if 0
code WORD _pwSetType3HeadTCol[] = {0x5134, 0x5134, 0xae24, 0x1210,
0x4a0f,0x8a0e,0xbdf2,0x8df5,
0xc62f, 0x71d7, 0x4ddb, 0xea10,
0xd242,0x8ace,0x630e,0x1210
};
#endif
code WORD _pwSetType3HeadTCol[] = {0x5134, 0x92a9, 0xae24, 0xea10,
0xca42, 0x8d54,0x82ee,0x460f,
0x72cc,0x1210,0x960f,0x7210,
0xce28,0xd20f,0x25f1,0xb5f0
};
// [runma] add block for pro design.
code WORD _pwType3MsgTCol[4] = { 0xC1D1, TRUECOLOR_BLACK,
TRUECOLOR_GRAY0, TRUECOLOR_WHITE};
/*
reference of item color.
ITEM_COL_BG, ITEM_COL_1, ITEM_COL_BLACK, ITEM_COL_WHITE,
ITEM_COL_BTN_BG, ITEM_COL_GRAY, ITEM_COL_DARKGRAY, ITEM_COL_7,
ITEM_COL_LIGHTGRAY, ITEM_COL_9, ITEM_COL_PINK, ITEM_COL_10,
ITEM_COL_GREEN, ITEM_COL_YELLOW, ITEM_COL_BLUE, ITEM_COL_RED
*/
//[runma] add block for pro design i
code WORD _pwType3ItemTCol[] = {
TRUECOLOR_GRAY, TRUECOLOR_BLACK, TRUECOLOR_BLACK, 0xba10 /*TRUECOLOR_WHITE*/,
TRUECOLOR_GRAY /*LIGHT_GREEN*/, TRUECOLOR_GRAY, TRUECOLOR_DARKGRAY, TRUECOLOR_LIGHTGRAY,
0xC5C9, 0xA222/*item_col_9*/, 0xb68d, /*TRUECOLOR_ORANGE*/ 0xAE24/*0xae24LYELL*/,
TRUECOLOR_GREEN, TRUECOLOR_YELLOW, TRUECOLOR_BLUE, 0x568b /* ORANGE *//*RED*/};
#else
code BYTE _pbType3HeadCol[] = {4, 4, COLOR_BLACK, COLOR_WHITE,
0x52, COLOR_GRAY, 249, 253,
222, 220, COLOR_PINK, COLOR_ORANGE,
COLOR_LIGHT_GREEN, COLOR_YELLOW, COLOR_BLUE, COLOR_RED};
code BYTE _pbType3MsgCol[4] = {4, 4, COLOR_BLACK, COLOR_WHITE};
code BYTE _pbType3ItemCol[] = {4, 4, COLOR_BLACK, COLOR_WHITE,
0x52, COLOR_GRAY, 249, 253,
222, 220, COLOR_PINK, COLOR_ORANGE,
COLOR_LIGHT_GREEN, COLOR_YELLOW, COLOR_BLUE, COLOR_RED};
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -