LS020.h is a MobileLCD library for the LS020 display (used in GSM Siemens S65 family). Resolution 176x132
Diff: fonts/font_8x8.h
- Revision:
- 0:d550841cd6eb
diff -r 000000000000 -r d550841cd6eb fonts/font_8x8.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/font_8x8.h Mon Dec 06 20:25:44 2010 +0000 @@ -0,0 +1,15 @@ +#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_