Screen flicker #126
-
Hi, Is there any way to avoid screen flickering when I cycle draw lines / erase screen? Both operations take a while and it's visible as flicker. 3d.cube.RP6502.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Double buffering. |
Beta Was this translation helpful? Give feedback.
-
Is this possible on RP6502? |
Beta Was this translation helpful? Give feedback.
-
continuing the topic, |
Beta Was this translation helpful? Give feedback.
-
Nice! |
Beta Was this translation helpful? Give feedback.
First of all thank You very much for 3d transformation functions :)
Magic is done by drawing things to two different address spaces in XRAM and switching between them
I've made some changes to tonyvr's bitmap_graphics library and Your main.c
so all functions are double buffering friendly now
in bitmap_graphics_db.c
main.c in main loop