LEDMatrixDisplay Program

Dependencies:   mbed

displayCom.h

Committer:
MACRUM
Date:
2013-11-30
Revision:
7:a0cf625479c9
Parent:
4:70a1803901d1

File content as of revision 7:a0cf625479c9:

#ifndef __DISPLAYCOM_H_
#define __DISPLAYCOM_H_

#define DISPLAY_XSIZE   (96)
#define COLOR_R 0
#define COLOR_G 1
#define COLOR_B 2
#define COLOR_Y 3
#define COLOR_M 4
#define COLOR_C 5
#define COLOR_W 6

extern unsigned int ImageBuf[3][DISPLAY_XSIZE];

#endif