📄 panel_lq092y3dg01.h
字号:
//----------------------------------------------------------------------------------------------------
// ID Code : Panel_LQ092Y3DG01.h
// Date : Jul, 25, 2005
// By : x.hu
//
// Update Note :
//
//----------------------------------------------------------------------------------------------------
//--------------------------------------------------
// Panel Interface Style
//--------------------------------------------------
#define _PANEL_STYLE _PANEL_TTL
//--------------------------------------------------
// Panel Scan Direction Control
//--------------------------------------------------
#if (_CUSTOM_HAOZHEN_PRJ5K)
#define PANEL_SCAN_DIR_NORMAL() {bDIRLR = 0; bDIRUD = 0;}
#else
#define PANEL_SCAN_DIR_NORMAL() {bDIRLR = 0; bDIRUD = 0;}
#endif
#define PANEL_SCAN_DIR_revLR() {;}
#define PANEL_SCAN_DIR_revUD() {;}
#define PANEL_SCAN_DIR_revALL() {;}
//--------------------------------------------------
// Definitions of OSD Position
//--------------------------------------------------
#define _OSD_HPOSITION_RANGE 200
#define _OSD_VPOSITION_RANGE 200
#define _OSD_HPOSITION_OFFSET (8+50)
#define _OSD_VPOSITION_OFFSET 5
//--------------------------------------------------
// Definitions of OSD active area
//--------------------------------------------------
#define _OSD_MAIN_DH_END 360//280
#define _OSD_MAIN_DV_END 320
#define _OSD_HINT_DH_END 200
#define _OSD_HINT_DV_END 88
#define _OSD_AUTO_DH_END 280
#define _OSD_AUTO_DV_END 88
#define _OSD_SRC_DH_END 120 // source hint osd location
#define _OSD_SRC_DV_END 88
#ifdef __MAIN__
//--------------------------------------------------
// Panel Configuration :
// _DISP_DOUBLE_PORT | _DISP_EO_SWAP | _DISP_RB_SWAP | _DISP_ML_SWAP |
// _DISP_18_BIT | _RSDS_GC_SWAP | _RSDS_HL_SWAP | _RSDS_PN_SWAP,
//--------------------------------------------------
code PanelType Panel =
{ // sharp LQ092Y3DG01
_PANEL_STYLE, // Panel Style
_DISP_SINGLE_PORT | _DISP_18_BIT, // Panel Configuration
32+190, // Display Horizontal Start Position
800, // Display Horizontal Width
832+190, // Display Horizontal End Position
1132, // Display Horizontal Total Clock Number in One Display Line
1212, // Maxinum Display Horizontal Total Clock Number in One Display Line
1052, // Mininum Display Horizontal Total Clock Number in One Display Line
17, // Display Vertical Start Position
480+16, // Display Vertical Height
480+17+16, // Display Vertical End Position
550, // Display Vertical Total Line Number in One Frame
580, // Maxinum Display Vertical Total Line Number in One Frame
515, // Mininum Display Vertical Total Line Number in One Frame
16, // Display H Sync Width
3, // Display V Sync Height
30, // Typical Pixel Clock in MHz
50, // Maxinum Pixel Clock in MHz
10, // Mininum Pixel Clock in MHz
};
//--------------------------------------------------
// Video Input Format
//--------------------------------------------------
WORD code tVIDEO_TABLE_INPUT_INFO[][5] =
{
// IHTotal, IHStart, IHWidth, IVStart, IVHeight
//{ 864, 143, 656, 23, 280 }, // 50HZ
//{ 858, 161, 656, 21, 236 }, // 60HZ
// x.hu, Changed for certain panel if nessary
{ 864, 167+4, 656, 21, 276 }, // 50HZ
{ 858, 161+8, 656, 17, 234 }, // 60HZ
};
#else
extern code PanelType Panel;
extern WORD code tVIDEO_TABLE_INPUT_INFO[][5];
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -