环境:基于u-boot

硬件:tiny4412  

LCD:S700

 

先看41章,Display Controller

[tiny4412]u-boot启动后 测试LCD_S700

再看S700的时序:

[tiny4412]u-boot启动后 测试LCD_S700

[tiny4412]u-boot启动后 测试LCD_S700

可以看到,LCD的VSYNC 和 HSYNC的同步信号都是低电平有效,配置时候需要翻转电平。

[tiny4412]u-boot启动后 测试LCD_S700

 

主要配置的信息有:DCLK = 33MHz

[tiny4412]u-boot启动后 测试LCD_S700

HS pulse width        20
HS Blanking            26                          = 46 - 20
HS Front Porch        210

[tiny4412]u-boot启动后 测试LCD_S700

VS pulse width        10
VS Blanking            13                = 23 - 10
VS Front Porch       22

[tiny4412]u-boot启动后 测试LCD_S700

配置行列信息。

相关文章: