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

Dependencies:   mbed

Fork of LEDMatrix_Master by en 129

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers 15x16fontsLib.h Source File

15x16fontsLib.h

00001 #ifndef __15X16FONTSLIB_H_
00002 #define __15X16FONTSLIB_H_
00003 
00004 extern void drawStr15x16(char *str ,int pos_x,unsigned char color);
00005 extern void drawStr15x16_AutoColer(char *str ,int pos_x);
00006 #endif