URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [MSP430X_MSP430F5438_CCS4/] [Demo_Source/] [MSP-EXP430F5438_HAL/] [hal_lcd_fonts.h] - Rev 584
Compare with Previous | Blame | View Log
/******************************************************************************* 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 */