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

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers displayCom.h Source File

displayCom.h

00001 #ifndef __DISPLAYCOM_H_
00002 #define __DISPLAYCOM_H_
00003 
00004 #define DISPLAY_XSIZE   (128u)
00005 
00006 extern unsigned int ImageBuf[DISPLAY_XSIZE];
00007 
00008 #endif