📄 benq_osdtable.h
字号:
//**********************************************************************************************************
// The Software is proprietary, confidential, and valuable to Realtek Semiconductor
// Corporation ("Realtek"). All rights, including but not limited to copyrights,
// patents, trademarks, trade secrets, mask work rights, and other similar rights and interests,
// are reserved to Realtek. Without prior written consent from Realtek, copying, reproduction,
// modification, distribution, or otherwise is strictly prohibited. The Software shall be
// kept strictly in confidence, and shall not be disclosed to or otherwise accessed by
// any third party. @ <2003> - <2008> The Software is provided "AS IS" without any warranty of any kind,
// express, implied, statutory or otherwise.
//**********************************************************************************************************
//----------------------------------------------------------------------------------------------------
// ID Code : OsdTable.h No.0000
// Update Note :
//----------------------------------------------------------------------------------------------------
#if(_OSD_TYPE == _BENQ_OSD)
#ifdef __ADJUST__
//--------------------------------------------------
// Color Palette Table
//--------------------------------------------------
#define _RGB_TRAN 255,255,255
#define _RGB_BLACK 000,000,000
#define _RGB_BLUE_255 180,220,255
#define _RGB_BLUE_070 20, 40, 70
#define _RGB_GREEN_230 150,230, 30
#define _RGB_BLUE_090 40, 60, 90
#define _RGB_BLUE_255_2 205-10,225,255
#define _RGB_WHITE 255,255,255
#define _RGB_BLUE_220 140,159,180
#define _RGB_BLUE_220_2 170,190,220
#define _RGB_BLUE_140 90,110,140
#define _RGB_BROWN 225,170,000
#define _RGB_ORANGE 235, 80,000
#define _RGB_GREEN_150 70,150,000
#define _RGB_BLUE_238 189,212,238
#define _RGB_BLUE_110 60, 80,110
#define _RGB_PURPLE 65, 0,131 //128, 0,128
#define _RGB_MAGENTA 164,131,197
BYTE code tPALETTE_0_BENQ[] =
{
_RGB_TRAN, //硓
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -