PCD8544 multiscreen

Revision:
0:61dcd2c0299a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/font_8x12.h	Fri Jun 15 18:37:00 2012 +0000
@@ -0,0 +1,17 @@
+#ifndef _FONT_8X12_H_
+#define _FONT_8X12_H_
+
+
+//----- DEFINES -----
+#define FONT8x12_START                    0x20
+#define FONT8x12_END                      0x39
+#define FONT8x12_WIDTH                    8
+#define FONT8x12_HEIGHT                   12
+#define FONT8x12_BYTES                    2
+
+
+//----- GLOBALS -----
+extern const unsigned char font_8x12[];
+
+
+#endif //_FONT_8X12_H_