Firefly开源社区
标题:
rk3288-reload屏幕底部显示多一块的问题,求助,谢谢!!!
[打印本页]
作者:
kuangren
时间:
2017-5-25 19:34
标题:
rk3288-reload屏幕底部显示多一块的问题,求助,谢谢!!!
一块显示分辨率是1280X800的屏,配置时序如下:
disp_timings: display-timings {
native-mode = <&timing0>;
timing0: timing0 {
screen-type = <SCREEN_LVDS>;
lvds-format = <LVDS_8BIT_1>;
out-face = <OUT_D888_P666>;
//out-face = <OUT_P666>;
color-mode = <COLOR_RGB>;
clock-frequency = <72000000>;
hactive = <1280>;
vactive = <800>;
hback-porch = <100>;
hfront-porch = <18>;
vback-porch = <8>;
vfront-porch = <6>;
hsync-len = <10>;
vsync-len = <2>;
hsync-active = <0>;
vsync-active = <0>;
de-active = <0>;
pixelclk-active = <1>;
swap-rb = <0>;
swap-rg = <0>;
swap-gb = <0>;
};
};
屏幕显示的底部会多一块,但是上面显示的每行基本都是正确的,如果我配置参数hactive 和vhactive 改成1920 1080,屏幕显示的分辨率会变得高清,说明配置生效了,但是屏幕底部依然会多一块,上面每行仍然正确,没有偏移问题。
1231231.jpg
(71.41 KB, 下载次数: 652)
下载附件
2017-5-25 19:31 上传
作者:
kevin6861
时间:
2017-5-26 10:30
修改vback-porch ,vfront-porch 值在 min及max 中再调试看看
欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/)
Powered by Discuz! X3.1