Smooth scrolling - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Smooth scrolling (/thread-585.html) |
Smooth scrolling - Jurgen Keller - 02-01-2014 08:15 AM 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 ... |