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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers font_8x8.h Source File

font_8x8.h

00001 #ifndef _FONT_8X8_H_
00002 #define _FONT_8X8_H_
00003 
00004 
00005 //----- DEFINES -----
00006 #define FONT1_START                    (0x20)
00007 #define FONT1_WIDTH                    (8)
00008 #define FONT1_HEIGHT                   (8)
00009 
00010 
00011 //----- GLOBALS -----
00012 extern const unsigned char font1[];
00013 
00014 
00015 #endif //_FONT_8X8_H_