From 9c9babfa7032b443138c4b457aabaf79fad385b3 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Fri, 26 Nov 2010 00:07:14 -0500 Subject: Add PixelMapper functionality to abstract away from mapping locations->Pixels. --- config/PixelAssembler.params | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/PixelAssembler.params (limited to 'config/PixelAssembler.params') 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.'} -- cgit v1.2.3