TV Flicker
Philldapill
Posts: 1,283
I've been trying to get this to stop for a good while now. When I'm outputing something to the TV, it's usually something like data that's always in the same spot on the screen, ie, almost identical screens. The only problem, is that everytime I update the screen with something new, I have to clear it off, and draw it all again. I wouldn't mind except for the ugly flicker... Is there any simple way to fix this? Double buffering perhaps?
Comments
If it is tv_text than you can just write directly over the old data. Otherwise you can write an assembly driver for want to do which will be a lot quicker, wait for the sync on the display, double buffer the display, use an XOR technique...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔