PCD8544 multiscreen

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers font_8x12.h Source File

font_8x12.h

00001 #ifndef _FONT_8X12_H_
00002 #define _FONT_8X12_H_
00003 
00004 
00005 //----- DEFINES -----
00006 #define FONT8x12_START                    0x20
00007 #define FONT8x12_END                      0x39
00008 #define FONT8x12_WIDTH                    8
00009 #define FONT8x12_HEIGHT                   12
00010 #define FONT8x12_BYTES                    2
00011 
00012 
00013 //----- GLOBALS -----
00014 extern const unsigned char font_8x12[];
00015 
00016 
00017 #endif //_FONT_8X12_H_