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!
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?
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!