PCD8544 multiscreen

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers font_8x8.h Source File

font_8x8.h

00001 #ifndef _FONT_8X8_H_
00002 #define _FONT_8X8_H_
00003 
00004 
00005 //----- DEFINES -----
00006 #define FONT8x8_START                    0x20
00007 #define FONT8x8_END                      0xFF
00008 #define FONT8x8_WIDTH                    8
00009 #define FONT8x8_HEIGHT                   8
00010 #define FONT8x8_BYTES                    1
00011 
00012 
00013 //----- GLOBALS -----
00014 extern const unsigned char font_8x8[];
00015 
00016 
00017 #endif //_FONT_8X8_H_