DuckieTownHS_Perlatecnica / RGB_Matrix

Dependencies:   Fonts TTF_fonts

Fork of RGB_Matrix by Jack Berkhout

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__