en 129 / Mbed 2 deprecated LEDMatrix_Master_v1_1

Dependencies:   mbed

Fork of LEDMatrix_Master by en 129

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers 8x8fontsLib.h Source File

8x8fontsLib.h

00001 #ifndef __8X8FONTSLIB_H_
00002 #define __8X8FONTSLIB_H_
00003 
00004 #define countof(x) ( sizeof(x) / sizeof(x[0]) )
00005 
00006 
00007 
00008 void drawStr8x8(char *str, unsigned char color, signed short posX, unsigned char posY);
00009 
00010 #endif