PCD8544 multiscreen

fonts/font_16x20.h

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

File content as of revision 0:61dcd2c0299a:

#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
#define FONT16x20_BYTES                   2


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


#endif