This example code is in the public domain. http://www.arduino.cc/en/Tutorial/Array int timer = 100; // The higher the number, the slower the timing.
There are four different methods of plotting anti-aliased fonts to the screen. This sketch uses method 3, the font characters are first plotted in a Sprite, then the Sprite is pushed to the screen.