RGB sequence

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

RGB sequence

2,228 次查看
VincentChou1z
Contributor III

Dear friends,

 

We tried to interface a different LCD panel with the EVK and discovered the output of the LCD is off completely.  It seems the disp data output from the EVK image is in RGB order but the outcome is like the panel needs an RBG order.  Does anyone know how we could switch the order of RGB data in the kernel?  Thanks for the help beforehand!

 

Vincent

标签 (1)
标记 (2)
0 项奖励
回复
6 回复数

2,142 次查看
VincentChou1z
Contributor III

By the way, our format requirements is BGR.  Do you know whether this has been implemented in the newest Linux BSP?

Thanks in advance!

0 项奖励
回复

2,142 次查看
VincentChou1z
Contributor III

Do you mean we have to implement the c code of ipu by ourselves?  In that case, we should just go straight into the coding phase of the c code directly.  Do you know whether Freescale is going to release a BSP with full functions of ipu in the future?

0 项奖励
回复

2,142 次查看
costermann
Contributor I

latest linux kernel provided by freescale is 2.6.35

If your format is not yet implemented you will need to do it by yourself.

0 项奖励
回复

2,142 次查看
VincentChou1z
Contributor III

Hi!  Christophe,

 

We tried to compile with a different parameter and discovered it has not been implemented in our BSP for the parameter we chose.  Is there a new version of BSP which covers most of the format in the include file?  Which BSP do you use?  Do we just need to add some c code into our list of files in the build?  Thanks in advance!

 

Vincent

0 项奖励
回复

2,142 次查看
VincentChou1z
Contributor III

Hi!  Christopher, 

 

Thanks for the suggestions!  Let us try it on our board!  

 

Vincent

0 项奖励
回复

2,142 次查看
costermann
Contributor I

Hi,

You can change format in mx51_babbage.c

in fb_data structure, smth like

 .interface_pix_fmt = IPU_PIX_FMT_BGR565,


BR
christophe

0 项奖励
回复