static struct s3cfb_lcd hvga_h43 = {
.width = 480,
.height = 272,
.p_width = 96,
.p_height = 54,
.bpp = 32,
.freq = 13,
.timing = {
.h_fp = 5,
.h_bp = 40,
.h_sw = 2,
.v_fp = 8,
.v_fpe = 1,
.v_bp = 8,
.v_bpe = 1,
.v_sw = 2,
},
.polarity = {
.rise_vclk = 0, //falling edge 应该是下降沿 对
.inv_hsync = 1,// inverted high 对
.inv_vsync = 1,//inverted high 对
.inv_vden = 0,//normal 低电平 应是高电平
},
};
以上是H43的时序,红色部分是我对不上的