你好 你是换了一款LCD吗?我现在换了另一款LCD,现在没有信号输出,只有背光LED亮了,不知道是不是要改驱动啥的,
#if defined(CONFIG_FB_S3C_EXT_TFT480272)
#define S3CFB_LCD_TYPE "N43"
#define S3CFB_VBP (0x03) /* back porch */
#define S3CFB_VFP (0x02) /* front porch */
#define S3CFB_VSW (0x02) /* vsync width */
#define S3CFB_HBP (0x2d) /* back porch */
#define S3CFB_HFP (0x04) /* front porch */
#define S3CFB_HSW (0x06) /* hsync width */
#define S3CFB_HRES 480 /* horizon pixel x resolition */
#define S3CFB_VRES 272 /* line cnt y resolution */
#define S3CFB_CLKVAL 11
#define S3CFB_VIDCON1 (S3C_VIDCON1_IVCLK_RISE_EDGE)
不知道上面的 0X02 0X03啥的 是什么具体的意思,这样的话
* front porch */ /* hsync width */等的具体数值是多少,在哪里有具体的定义