blob: 48239c9f1b0c99df16e17ece43c5761e99166eab [file] [log] [blame]
/*******************************************************************************
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 */