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

Dependencies:   mbed

Fork of LEDMatrix_Master by en 129

8x8fontsLib.h

Committer:
nameless129
Date:
2014-03-28
Revision:
10:e261964e4989
Parent:
4:70a1803901d1

File content as of revision 10:e261964e4989:

#ifndef __8X8FONTSLIB_H_
#define __8X8FONTSLIB_H_

#define countof(x) ( sizeof(x) / sizeof(x[0]) )



void drawStr8x8(char *str, unsigned char color, signed short posX, unsigned char posY);

#endif