aboutsummaryrefslogtreecommitdiff
path: root/config/PixelAssembler.params
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2010-11-26 00:07:14 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2010-11-26 00:07:14 -0500
commit9c9babfa7032b443138c4b457aabaf79fad385b3 (patch)
treef9bf3e8b51423bf6769d2c655ffa15d81a42333f /config/PixelAssembler.params
parent1754a1f4511ef52f0a093dd0f9915196bd4261e7 (diff)
Add PixelMapper functionality to abstract away from mapping locations->Pixels.
Diffstat (limited to 'config/PixelAssembler.params')
-rw-r--r--config/PixelAssembler.params6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/PixelAssembler.params b/config/PixelAssembler.params
new file mode 100644
index 0000000..1b1dee5
--- /dev/null
+++ b/config/PixelAssembler.params
@@ -0,0 +1,6 @@
+{'pixelToPixelSpacing':'pixelToPixel spacing not defined in argDict. This is the
+length of wire between 2 adjacent LEDs. Common values are 4 or 12.
+Specified in config XML.', 'numPixels': 'numPixels not defined in
+argDict. Common value: 50.', 'originLocation':'originLocation not
+defined in argDict. Values should be a string in the form (x,y). This
+should be specified in the config XML.'}