I just started a small project for fun, it imitates a movie crawl.
Here's the state of it after 2 hours:
-Will set up a compact mac sized centered area of 512x342 where the action happens, on a black background (works regardless of the real screen size even if bigger)
-Currently loads 3 lines of hard coded text (this will change)
-Draws the text and scrolls it up, centered
-The text size changes slightly to create this faux 3d-effect of distance. The text is not slanted (that would be much, much harder and involve 3d)
-Interrupts are used to control the delay between redraws; this should be changed to the vertical blanking to eliminate flickering