18 #ifndef _HEADER_NOKIAFONT_H
19 #define _HEADER_NOKIAFONT_H
30 #define NOKIA5110_FONT_Default
31 #define NOKIA5110_FONT_Thick
32 #define NOKIA5110_FONT_HomeSpun
33 #define NOKIA5110_FONT_SevenSeg
34 #define NOKIA5110_FONT_Wide
35 #define NOKIA5110_FONT_Tiny
36 #define NOKIA5110_FONT_Large
37 #define NOKIA5110_FONT_Huge
38 #define NOKIA5110_FONT_Mega
41 #ifdef NOKIA5110_FONT_Default
42 extern const unsigned char (* pFontDefaultPtr)[5];
44 #ifdef NOKIA5110_FONT_Thick
45 extern const unsigned char (* pFontThickPtr)[7];
47 #ifdef NOKIA5110_FONT_HomeSpun
48 extern const unsigned char (* pFontHomeSpunPtr)[7];
50 #ifdef NOKIA5110_FONT_SevenSeg
51 extern const unsigned char (* pFontSevenSegPtr)[4];
53 #ifdef NOKIA5110_FONT_Wide
54 extern const unsigned char (* pFontWidePtr)[8];
56 #ifdef NOKIA5110_FONT_Tiny
57 extern const unsigned char (* pFontTinyPtr)[3];
59 #ifdef NOKIA5110_FONT_Large
60 extern const uint16_t (* pFontLargePtr)[12];
62 #ifdef NOKIA5110_FONT_Huge
63 extern const uint32_t (* pFontHugePtr)[16];
65 #ifdef NOKIA5110_FONT_Mega
66 extern const uint32_t (* pFontMegaPtr)[16];