问一下大家,
我想在TINY6410接个VGA转接板,转成LVDS接口,1024*768分辨率的屏,我用的是三菱的 AA121XK04屏
我用默认的配置显示时,如果会有一条条的干扰线在跳动,但同时接上7寸屏没发现这些干扰线,请问一下驱动里的几个参数怎么设置
#define S3CFB_HFP 0x02 /* front porch */
#define S3CFB_HSW 0x10 /* hsync width */
#define S3CFB_HBP 0x02 /* back porch */
#define S3CFB_VFP 0x02 /* front porch */
#define S3CFB_VSW 0x2a /* vsync width */
#define S3CFB_VBP 0x02 /* back porch */
#define S3CFB_HRES 1024 /* horizon pixel x resolition */
#define S3CFB_VRES 768 /* line cnt y resolution */


[ 此帖被zltrock在2014-03-15 17:00重新编辑 ]