v1.0

Dependencies:   Fonts TTF_fonts

Fork of RGB_Matrix by Jack Berkhout

arial_8pt.h

Committer:
perlatecnica
Date:
2017-06-20
Revision:
1:0a1a89c55c7c

File content as of revision 1:0a1a89c55c7c:

#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__