GP32 graphics, flickering


tuskenraider2k

Certified Guru
Joined
Nov 1, 2002
Messages
117
Hi'

this isn't so important anymore, but I don't know why it happens:

I use simple double buffering.
At the beginning it didn't flicker.. but suddenly after programming a bit more, there appeared a black vertical line or block at the right corner..

with a sleep of 10ms after the flip, this effect is solved 'stupid'..
 
you could either
play with palette changing in a wrong way (some commercial games have such an ugly shit)
or don't flip your double buffer pages... (then you can notice how your page redraws)
or flip page w/o waiting of the LCD redraw sync mark 8)

and i can imagine some more reasons...

just fix yer code bugs , dude 8)
 
Back
Top