From 0cec63e057004d7505a1fd0573fb325c0c29a110 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Sun, 10 Jan 2016 10:04:04 -0800 Subject: [PATCH] Updated TODO --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dadb2e..a4d89bb 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Revision: 2 ## Solution 1: ScrollHgrUpLine() ## Solution 2: ScrollHgrUpPixel() ## References +## Utilities and Misc. ## TODO ## Introduction @@ -1824,9 +1825,14 @@ That's all folks! No go write some cool font blitter code. * http://www.6502.org/tutorials/compare_instructions.html * http://www.6502.org/tutorials/6502opcodes.html +## Utilties and Misc. + +Convert [font image to C array](image_2_c.html) +Convert [C array to binary font](c_to_fontbin.cpp) +[Raw Binary Font](font.bin) + # TODO -* .bin of the font * Double Hi-Res * PDF of this doc