LEDMatrixDisplay Program 文字ごとに色を変更できるように修正

Dependencies:   mbed

Fork of LEDMatrix_Master by en 129

15x16fontsLib.h

Committer:
nameless129
Date:
2013-11-07
Revision:
4:70a1803901d1
Child:
10:e261964e4989

File content as of revision 4:70a1803901d1:

#ifndef __15X16FONTSLIB_H_
#define __15X16FONTSLIB_H_

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

#endif