cv_qvga.txt

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

TXT
24
字号
/*---------------------------------------------------------------------------*/
/*                        Componnent Video Mode Initial Setup                */
/*---------------------------------------------------------------------------*/
#ifdef SUPPORT_COMPONENT

CODE BYTE COMP_YPbPr_480I_Reg[] = {
	
	TW88I2CAddress, 2,
	0x02, 0x6a,					// YSEL = Y4, IFSEL=Component interlace 
	0x0a, 0x23,					// H delay

	0xff, 0xff
};

CODE BYTE COMP_YPbPr_576I_Reg[] = {
	
	TW88I2CAddress, 2,
	0x02, 0x6a,					// YSEL = Y4, IFSEL=Component interlace 
	0x0a, 0x23,					// H delay

	0xff, 0xff
};
#endif

⌨️ 快捷键说明

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