fonts/font_8x12.h

Committer:
Wimpie
Date:
2011-05-19
Revision:
1:ce391193b822
Parent:
0:6468a28a7b7d

File content as of revision 1:ce391193b822:

#ifndef _FONT_8X12_H_
#define _FONT_8X12_H_


//----- DEFINES -----
#define FONT8x12_START                    0x20
#define FONT8x12_END                      0x7A
#define FONT8x12_WIDTH                    8
#define FONT8x12_HEIGHT                   12


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


#endif //_FONT_8X12_H_