aboutsummaryrefslogtreecommitdiff
path: root/Arduino/Libraies
diff options
context:
space:
mode:
authorAdam Martindale <awiamartindale@googlemail.com>2011-09-07 11:31:02 +0100
committerAdam Martindale <awiamartindale@googlemail.com>2011-09-07 11:31:02 +0100
commitcd0fdd04f3108f61482919309b2a2da5c33f6872 (patch)
tree99710b299a02fa58382df101766892c0c3b679a7 /Arduino/Libraies
parentdc16d95ed5a4b5f15f327cbe609414dc9e5d6225 (diff)
parentba3448fb8093afd9d298cef1123a1bedfea13999 (diff)
downloadpunchingbag-cd0fdd04f3108f61482919309b2a2da5c33f6872.tar
punchingbag-cd0fdd04f3108f61482919309b2a2da5c33f6872.tar.gz
Merge branch 'master' of gitorious.org:punchingbag/punchingbag
Diffstat (limited to 'Arduino/Libraies')
-rwxr-xr-xArduino/Libraies/AS1107/AS1107.h6
1 files changed, 3 insertions, 3 deletions
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;