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

fonts/font_8x8.h

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

File content as of revision 2:d048f09dcfb0:

#ifndef _FONT_8X8_H_
#define _FONT_8X8_H_


//----- DEFINES -----
#define FONT1_START                    (0x20)
#define FONT1_WIDTH                    (8)
#define FONT1_HEIGHT                   (8)


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


#endif //_FONT_8X8_H_