星期四, 十一月 29, 2007

LQ035Q7DH01参数

为方便客户调试SHARP LQ035Q7DH01 LCD,现在我们将该款LCD主要的几个参数公布如下:

/* Sharp LQ035 portrait mode ADTFT display parameters */
const LCD_PARAM_T sharp_lq035 =
{
  21,     /* Horizontal back porch */
  11,     /* Horizontal front porch */
  13,     /* HSYNC pulse width */
  240,     /* Pixels per line */
  3,     /* Vertical back porch */
  4,     /* Vertical front porch */
  2,     /* VSYNC pulse width */
  320,     /* Lines per panel */
  0,     /* Do not invert output enable */
  1,     /* Invert panel clock */
  1,     /* Invert HSYNC */
  0,     /* Do not invert VSYNC */
  1,     /* AC bias frequency (not used) */
  16,     /* Bits per pixel */

0 意見: