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

fonts/font_8x12.h

Committer:
Wimpie
Date:
2010-12-08
Revision:
2:d048f09dcfb0
Parent:
0:d550841cd6eb

File content as of revision 2:d048f09dcfb0:

#ifndef _FONT_8X12_H_
#define _FONT_8X12_H_


//----- DEFINES -----
#define FONT2_START                    (0x20)
#define FONT2_WIDTH                    (8)
#define FONT2_HEIGHT                   (12)


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


#endif //_FONT_8X12_H_