fonts/font_6x8.h

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

File content as of revision 0:6468a28a7b7d:

#ifndef _FONT_6X8_H_
#define _FONT_6X8_H_


//----- DEFINES -----
#define FONT6x8_START            0x20
#define FONT6x8_END              0x7A
#define FONT6x8_WIDTH            6
#define FONT6x8_HEIGHT           8


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


#endif