Search Code
About LED_panel

Published 05 May 2010.

Last change message: N/A

Import this program

LED_panel

Published 05 May 2010, by   user Clemens Valens   tag blog, Elektor, Embedded
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers arial_8pt.h Source File

arial_8pt.h

00001 #ifndef __ARIAL_8PT_H__
00002 #define __ARIAL_8PT_H__
00003 
00004 
00005 /* Font data for Arial 8pt */
00006 extern const uint8_t arial_8pt_char_bitmaps[];
00007 extern const FONT_CHAR_INFO arial_8pt_char_descriptors[];
00008 extern const FONT_INFO arial_8pt_font_info;
00009 
00010 
00011 #endif // __ARIAL_8PT_H__