LS020.h is a MobileLCD library for the LS020 display (used in GSM Siemens S65 family). Resolution 176x132

fonts/font_6x8.h

Committer:
Wimpie
Date:
2010-12-06
Revision:
0:d550841cd6eb

File content as of revision 0:d550841cd6eb:

#ifndef _FONT_6X8_H_
#define _FONT_6X8_H_


//----- DEFINES -----
#define FONT0_START                    (0x20)
#define FONT0_WIDTH                    (6)
#define FONT0_HEIGHT                   (8)


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


#endif