Revision:
0:6468a28a7b7d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/font_16x20.h	Sun Apr 17 18:03:24 2011 +0000
@@ -0,0 +1,16 @@
+#ifndef _FONT_16x20_H_
+#define _FONT_16x20_H_
+
+
+//----- DEFINES -----
+#define FONT16x20_START                   0x30
+#define FONT16x20_END                     0x3A
+#define FONT16x20_WIDTH                   16
+#define FONT16x20_HEIGHT                  20
+
+
+//----- GLOBALS -----
+extern const unsigned char font_16x20[];
+
+
+#endif