]> git.sur5r.net Git - freertos/blob - Demo/MSP430X_MSP430F5438_IAR/MSP-EXP430F5438_HAL/hal_lcd_fonts.h
Comment the command line interpreter and lwIP sockets based server code.
[freertos] / Demo / MSP430X_MSP430F5438_IAR / MSP-EXP430F5438_HAL / hal_lcd_fonts.h
1 /*******************************************************************************\r
2     Filename: hal_lcd_fonts.h\r
3 \r
4     Copyright 2010 Texas Instruments, Inc.\r
5 ***************************************************************************/\r
6 #ifndef FONTS_H\r
7 #define FONTS_H\r
8 \r
9 #define FONT_HEIGHT             12                    // Each character has 13 lines \r
10 \r
11 extern const unsigned char fonts_lookup[];\r
12 extern const unsigned int fonts[];\r
13 extern const unsigned int GrayScale_fonts[];\r
14 \r
15 #endif /* FONTS_H */\r