fonts/font_16x20.h

Committer:
Wimpie
Date:
2011-04-17
Revision:
0:6468a28a7b7d

File content as of revision 0:6468a28a7b7d:

#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