LEDMatrixDisplay Program

Dependencies:   mbed

15x16fontsLib.h

Committer:
MACRUM
Date:
2013-11-30
Revision:
7:a0cf625479c9
Parent:
4:70a1803901d1

File content as of revision 7:a0cf625479c9:

#ifndef __15X16FONTSLIB_H_
#define __15X16FONTSLIB_H_

extern void drawStr15x16(char *str ,int pos_x,unsigned char color);

#endif