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

Dependencies:   mbed

LEDMatrix_MasterforBasya_codered_lpc1768/displayCom.h

Committer:
nameless129
Date:
2014-04-26
Revision:
1:8e2a7fdb3db8
Parent:
0:23cd1be2a1c2

File content as of revision 1:8e2a7fdb3db8:

#ifndef __DISPLAYCOM_H_
#define __DISPLAYCOM_H_

#define DISPLAY_XSIZE   (128u)

extern unsigned int ImageBuf[DISPLAY_XSIZE];

#endif