GP32 Strange Lines On The Right Side Of The Lcd


ruppert51

Still Fresh
Joined
Nov 6, 2004
Messages
1
Hi,
I´m starting to code on the GP32.
Everything is alright, there´s only one thing that´s wrong.
If compile my program and run it in GeePee32 it works perfectly, but when I pass it to the GP32 there are always some very strange lines on the right side of the screen, even if it´s the most simple program we know. I´m using devkitadv and GP32IDE. Has anybody got the same problem are know the solution for my problem????

Thank you! :D :D
 
Yep that's easy. You have to wait between flipping frames, the GpSurfaceFlip() command is not waiting enough.
If you wait for about 15 ticks, then the flickering effect should be gone.
 
Back
Top