Hello friends,
I managed to bring up a LCD with AM335x but one problem persist and I'm running out of ideas :)
The test bitmap displayed on LCD has negated colours (all of them). R = 0 instead of 255 and so on.
I used bmpToRaster to generate the image.h (btw. when used in 565 mode and COMPRESS is active -> segmentation fault). However, I generated a 24 bit RGB uncompressed image which is displayed well.
But all colours are negated, like in any image editing program I use "Inverse" transform.
The pins of LCD are correctly connected.
I tried with RasterMSBDataOrderSelect() and RasterNibbleModeEnable() but no effect.
Any idea please ?