From ba3448fb8093afd9d298cef1123a1bedfea13999 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 7 Sep 2011 09:44:04 +0100 Subject: Added LEDMatrix.pde, this should be used to test the first matrix only! (at the moment). Also added font, this can be used only with java 1.70 and an eclipse maintantice build? --- Arduino/Libraies/AS1107/AS1107.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Arduino/Libraies/AS1107/AS1107.h') diff --git a/Arduino/Libraies/AS1107/AS1107.h b/Arduino/Libraies/AS1107/AS1107.h index 60ad6ad..80b01da 100755 --- a/Arduino/Libraies/AS1107/AS1107.h +++ b/Arduino/Libraies/AS1107/AS1107.h @@ -59,9 +59,9 @@ class AS1107 // *************************************** // Set your module configuration here // *************************************** - static const byte Maxx=15; // maximum x - Pixels of the Module - static const byte Maxy=7; // maximum y - Pixels of the Module - static const byte HighestCtrlNum=1; // Number of Matrix modules -1 (0 = single module) + static const byte Maxx=8; // maximum x - Pixels of the Module + static const byte Maxy=19; // maximum y - Pixels of the Module + static const byte HighestCtrlNum=5; // Number of Matrix modules -1 (0 = single module) private: byte _cspin; -- cgit v1.2.3