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

Dependencies:   mbed

Fork of LEDMatrix_Master by en 129

Revision:
4:70a1803901d1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/displayCom.h	Thu Nov 07 15:00:28 2013 +0000
@@ -0,0 +1,15 @@
+#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
\ No newline at end of file