| /******************************************************************************* | |
| Filename: hal_lcd_fonts.h | |
| Copyright 2010 Texas Instruments, Inc. | |
| ***************************************************************************/ | |
| #ifndef FONTS_H | |
| #define FONTS_H | |
| #define FONT_HEIGHT 12 // Each character has 13 lines | |
| extern const unsigned char fonts_lookup[]; | |
| extern const unsigned int fonts[]; | |
| extern const unsigned int GrayScale_fonts[]; | |
| #endif /* FONTS_H */ |