LEDMatrixDisplay Program

Dependencies:   mbed

8x8fontsLib.h

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

File content as of revision 7:a0cf625479c9:

#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