Setting LVDS Display to interface pixel format RGB24

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Setting LVDS Display to interface pixel format RGB24

跳至解决方案
3,463 次查看
eric_reyna
Contributor II

I'm trying to set the LVDS1 panel (1280x800 screen) for an interface pixel format of RGB24 instead of RGB666 on the the i.MX6 SabreLite board running Android OS.

I currently set the environment variables in U-boot to:

=> setenv fb_lvds custom_settings:j24:68152388,1280,800,5,63,2,39,1,1

Which works on bootup of the Android board, until bootscript is loaded and I lose my changes. My bootscript file has the correct setting for the LVDS panel:

fdt set lvds_display interface_pix_fmt "RGB24"

so I know the problem does not lie there but in another file that is making the change. Where would I go to find and change that file?

Any thoughts or comments are greatly appreciated!

(I saw a somewhat similar post that saurabh206​ posted)​

标签 (1)
0 项奖励
回复
1 解答
2,261 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Eric

one can look at

iMX6QD How to Add 24-bit LVDS Support in Android

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,262 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Eric

one can look at

iMX6QD How to Add 24-bit LVDS Support in Android

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
2,261 次查看
eric_reyna
Contributor II

Thanks for link.

0 项奖励
回复