32x64 3-color message board http://elektorembedded.blogspot.com/

Dependencies:   mbed

Revision:
0:7a63bd42cf24
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/arial_8pt.h	Wed May 05 12:04:34 2010 +0000
@@ -0,0 +1,11 @@
+#ifndef __ARIAL_8PT_H__
+#define __ARIAL_8PT_H__
+
+
+/* Font data for Arial 8pt */
+extern const uint8_t arial_8pt_char_bitmaps[];
+extern const FONT_CHAR_INFO arial_8pt_char_descriptors[];
+extern const FONT_INFO arial_8pt_font_info;
+
+
+#endif // __ARIAL_8PT_H__