TinyTapeout / vga-playground

Playground for VGA projects on Tiny Tapeout
https://tinytapeout.github.io/vga-playground/
GNU General Public License v3.0
48 stars 8 forks source link

examples/stripes: use vsync for incrementing counter #4

Closed proppy closed 4 months ago

proppy commented 4 months ago

incrementing on the positive edge of vsync should be good enough of a signal to increment the scrolling counter, so no need to track y pos?

urish commented 4 months ago

Thanks!