超乗合馬車電光掲示板用制御ソフトです。

Dependencies:   mbed

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 ,unsigned int pos_x);
00005 
00006 #endif