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

fonts/font_clock.h

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

File content as of revision 2:d048f09dcfb0:

#ifndef _FONT_CLOCK_H_
#define _FONT_CLOCK_H_


//----- DEFINES -----
#define FONT3_START                    (0x30)
#define FONT3_WIDTH                    (16)
#define FONT3_HEIGHT                   (20)


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


#endif //_FONT_CLOCK_H_