STM32F750 800x480 LCD causing artifacts

MrChips

Joined Oct 2, 2009
28,137
It would seem that the images are consistent, i.e. we are seeing the same pattern. I am going to guess that this is a memory addressing problem and the memory showing the desired colour bars are being written over.

Moreover, it appears to be differences in the colour mapping between the two displays.
 

MrChips

Joined Oct 2, 2009
28,137
480x270 LCD needs 388,800 bytes of graphics memory
800x480 LCD needs 1,152,000 bytes of graphics memory

Is there enough memory allocated for the LCD?
 

Thread Starter

ashkarmalik

Joined Jul 1, 2012
108
It would seem that the images are consistent, i.e. we are seeing the same pattern. I am going to guess that this is a memory addressing problem and the memory showing the desired colour bars are being written over.

Moreover, it appears to be differences in the colour mapping between the two displays.
No Progress till now, Is there any more clue we can work on?
 
Top