GP32 clearing the screen?


narmak

Member
Joined
Dec 17, 2003
Messages
173
i know this is gonna sound dumb, cause i have never programmed with a gp32 before, but once i have text on the screen, how would i clear it?
 
well, i am shooting for making text that will scroll down the screen, so i just increase the y value each time, and fill the screen, but then the old stuff that was displayed before shows up, leaving a trail of letters.

ok, got it working thanks alot for the help
 
beware of using the FillRect function as when you add sound you may get clicking
 
Feeblez posted on Dec 26 2003 at 12:46 PM said:
beware of using the FillRect function as when you add sound you may get clicking
Argh. That seems to be my problem with crackling sound, too. But I have NO clue what to use instead of FillRect. I tried to draw 240 lines, but that made the crackling even worse. So, what should I use?
 
Last edited by a moderator:
Back
Top