Smooth scrolling
|
02-01-2014, 08:15 AM
Post: #1
|
|||
|
|||
Smooth scrolling
I've added scrolling to my Cellular Automaton program I did a while ago. However, the result is somewhat disappointing: the scrolling produces quite some flickering. Here is a small test program that shows the same effect:
Code: EXPORT Flicker() From my old days I remember that you could synchronize screen updates with the CRT's vertical refresh, i.e., update the screen while the electronic beam was moving from the bottom right to the top left. I don't know if such an approach would also be possible for the Prime? Have TFT displays also such a refresh cycle like CRTs? Or is there something wrong with my program? Smooth scrolling would be such a nice thing to have for game programming and other fun stuff ... |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)