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

Dependencies:   mbed

Committer:
Clemo
Date:
Wed May 05 12:04:34 2010 +0000
Revision:
0:7a63bd42cf24

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Clemo 0:7a63bd42cf24 1 #ifndef __ARIAL_8PT_H__
Clemo 0:7a63bd42cf24 2 #define __ARIAL_8PT_H__
Clemo 0:7a63bd42cf24 3
Clemo 0:7a63bd42cf24 4
Clemo 0:7a63bd42cf24 5 /* Font data for Arial 8pt */
Clemo 0:7a63bd42cf24 6 extern const uint8_t arial_8pt_char_bitmaps[];
Clemo 0:7a63bd42cf24 7 extern const FONT_CHAR_INFO arial_8pt_char_descriptors[];
Clemo 0:7a63bd42cf24 8 extern const FONT_INFO arial_8pt_font_info;
Clemo 0:7a63bd42cf24 9
Clemo 0:7a63bd42cf24 10
Clemo 0:7a63bd42cf24 11 #endif // __ARIAL_8PT_H__