fonts/font_16x20.h

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

File content as of revision 1:ce391193b822:

#ifndef _FONT_16x20_H_
#define _FONT_16x20_H_


//----- DEFINES -----
#define FONT16x20_START                   0x30
#define FONT16x20_END                     0x3A
#define FONT16x20_WIDTH                   16
#define FONT16x20_HEIGHT                  20


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


#endif