Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.33 KB

0037-2020-06-29.md

File metadata and controls

32 lines (28 loc) · 2.33 KB

29 Jun 2020

test07d modified:

NOTE: With my little old TFT monitor, I successfully tweaked the timing to use a line timing of 772 "dots" and a frame timing of 506 lines. This makes the monitor sync at ~63.99Hz, and still correctly show the 640x480 image. As a result, the counter remains very closely in sync with my iPhone stopwatch, second by second.

I have since changed the code back to use normal 640x480 @60Hz timing.

Project ideas for next test:

  • Move a cursor on the screen in X and Y. Left button increments X, right button increments Y, both have wrap-around.
  • Simulate acceleration and deceleration using inertia counters.
  • Keyboard or keypad input, or even RS-232, to make things more interesting.
  • Interfacing with SRAM for video bitmap image.