Add TI library files necessary to build MSP430X demo. Still a work in progress.

This commit is contained in:
Richard Barry 2010-12-31 18:56:23 +00:00
parent b236356621
commit 7bc73115a5
14 changed files with 2325 additions and 55 deletions

View file

@ -0,0 +1,15 @@
/*******************************************************************************
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 */