wqvga_n_tmd(lta05b352a).txt

来自「显示屏驱动源代码」· 文本 代码 · 共 169 行

TXT
169
字号
/*===========================================================================*/
/*                    Register Setting for TW8816     08/02/07               */
/*===========================================================================*/
//	Input	: NTSC
//	Panel	: WQVGA A070AW03 AUO T-CON LESS Analog PANEL 7inch Ver5.0
//	Fix PC input position
//-----------------------------------------------------------------------------
//	Below listed registers should not be set.
//	0x02, 0x06, 
//
//

TW88I2CAddress, 109+6,
0xff, 0x01,
0xc0, 0x25, // ADC PLL=27Mhz

0xff, 0x00,
//------------ Decoder (8) ---------------------------------------------------
0x1c, 0x08,				// Standard, shadow 		** N/P

0x08, 0x15,
0x0a, 0x21,
0x12, 0x63,
0x2c, 0x20, //40
0x38, 0x8e,

0x20, 0x50, // Clamp Gain for TW8806B
0x35, 0x02, // Y Clamp Current 

//---------- Input/Output (5) -------------------------------------------------
0x40, 0x00,				// Input
0x41, 0x20,				// Output
0x43, 0x04,				// Input routing
0x44, 0x08,				// Input control
0x4e, 0x60,				// Input control

//------------ Zoom (6) -------------------------------------------------------
0x63, 0x04,
0x60, 0xDC,
0x61, 0x80,
0x62, 0x00,
0x64, 0x00,
0x65, 0x80,

//--------- Image control (1) ----------------------------------------------

0x77, 0x07, //30, Reduce coring for sharpness strong effect  012306-RYU

//0x84, 0x35,
//0x85, 0xff,

//--------- Color Enhancement (6) ----------------------------------------------
0xda, 0x9f,
0xdb, 0x39,
0xdc, 0xf0,
0xdd, 0xf6,
0xde, 0xf0,
0xdf, 0xf0,

//--------- Display control (13) ----------------------------------------------
0xb0, 0x40,
0xb1, 0x80,
0xb6, 0xb4,
0xb2, 0xa4,
0xb3, 0x04,

0xb4, 0x10, 
0xb5, 0x20,
0xbb, 0x02,
0xb7, 0x0c,
0xb8, 0x02,

0xb9, 0x23, 
0xba, 0xea,
0xbd, 0x04,
0xbe, 0x03,

//--------- PLL (7) -----------------------------------------------------------
0xf8, 0x07,  
//0xf9, 0x00,	// 19.4/2 MHz = 9.7MHz
//0xfa, 0xb1, 
//0xfb, 0x25,
//0xfc, 0x00,
//0xfd, 0x00,
//0xfe, 0x00,
0xf9, 0x00,
0xfa, 0xCC,				// 12.6/2=6.3MHz	** N/P panel
0xfb, 0x00,				//			** N/P panel
0xfc, 0x40,				//			** N/P panel
0xfd, 0x30,				//			** N/P panel
0xfe, 0x08,				//			** N/P panel

//--------- TCON ASIC Register (33*2+1) ---------------------------------------
0xff, 0x01,

0xb0, 0x01, // Analog Panel On

0x80,0x21, // Flip/Mirror

0x82,0x09, // Flip/Mirror

0x83,0x0f,

0x84,0x3f,

0x8a,0x02,

0x8d,0x01, 

0x8e,0x01,

0x8f,0x06,

0x90,0x04,

0x91,0x65,

0x92,0x04,

0x93,0x2c,

0x94,0x04,

0x95,0x44,

0x9a,0x00,

0x9b,0x12,

0x9c,0x00,

0x9d,0x14,

0xa0,0x04,

0xa1,0x45,

0xa2,0x04,

0xa3,0x96,

0xa4,0x00,

0xa5,0x15,

0xa6,0x00,

0xa7,0x16,

0xac,0x03,

0xad,0xfc,

0xae,0x04,

0xaf,0x64,

//0xf0,0x2a,
//0xf2,0x55,
0xb1,0x2a,
0xb3,0x55,


0xff, 0x00,

0xff, 0xff		// end of data


⌨️ 快捷键说明

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