qvga_p_delta_au.txt

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

TXT
100
字号
/*===========================================================================*/
/*                    Register Setting for TW8816     08/02/07               */
/*===========================================================================*/
//	Input	: PAL
//	Panel	: QVGA AUO DELTA RGB PANEL
//-----------------------------------------------------------------------------
//	Below listed registers should not be set.
//	0x02, 0x06, 
//
//

TW88I2CAddress, 54,
0xff, 0x01,
0xc0, 0x25, // ADC PLL=27Mhz

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


0x08, 0x15,
0x09, 0x20,
0x07, 0x12,
0x0a, 0x19,
0x12, 0x63,
0x2c, 0x20, 
0x38, 0x8e,

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

//---------- Input/Output (6) -------------------------------------------------
0x40, 0x00,				// Input
0x41, 0x20,				// Output
0x42, 0x04,
0x43, 0x20,				// FPCLK current make jitter(-> 8mA is better), JUL-10-2006-RYU 
0x44, 0x08,				// Input control
0x4e, 0x60,				// Input control


//------------ Zoom (4) -------------------------------------------------------
0x63, 0x05,
0x60, 0x00,
0x61, 0x88,
0x62, 0x16,

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

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

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

//--------- Display control (15) ----------------------------------------------
0xb0, 0x59,
0xb1, 0x07,
0xb6, 0x23,
0xb2, 0xff,
0xb3, 0x02,
0xb4, 0x72,
0xb5, 0xb6,
0xbb, 0x01,
0xb7, 0xd9,
0xb8, 0x04,
0xb9, 0x11,
0xba, 0xff,
0xbc, 0x21,
0xbd, 0x04,
0xbe, 0xc3,

//--------- PLL (8) -----------------------------------------------------------

0xf0, 0x00,

0xf8, 0x07,
  
//0xf9, 0x00,	
//0xfa, 0xea, 
//0xfb, 0x8e,
//0xfc, 0x00,
//0xfd, 0x01,
//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


0xff, 0x00,

0xff, 0xff		// end of data
				// disable I2C auto increase mode

⌨️ 快捷键说明

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