PCD8544 multiscreen

fonts/font_8x8.h

Committer:
Wimpie
Date:
2012-06-15
Revision:
0:61dcd2c0299a

File content as of revision 0:61dcd2c0299a:

#ifndef _FONT_8X8_H_
#define _FONT_8X8_H_


//----- DEFINES -----
#define FONT8x8_START                    0x20
#define FONT8x8_END                      0xFF
#define FONT8x8_WIDTH                    8
#define FONT8x8_HEIGHT                   8
#define FONT8x8_BYTES                    1


//----- GLOBALS -----
extern const unsigned char font_8x8[];


#endif //_FONT_8X8_H_