Commit Graph

18 Commits

Author SHA1 Message Date
David Madison dff36ed0f6 Removed obsolete variables 2016-12-20 12:39:54 -05:00
David Madison 04f773ef2f Removed obsolete comment about serial hold mode 2016-12-20 12:16:15 -05:00
David Madison f2abdb9725 Fixed variable declaration whitespace 2016-12-20 12:13:09 -05:00
David Madison 9ee23cee1b Added calibration mode 2016-12-20 10:07:35 -05:00
David Madison 025fecb99b Moved serial timeout variable below definitions 2016-12-20 04:47:22 -05:00
David Madison 4fc9d02d9c Removed Prismatik only comment 2016-12-20 04:46:43 -05:00
David Madison 915ac14882 Updated definition comments and whitespace 2016-12-20 04:38:52 -05:00
David Madison b541a2085a Added WS2812B Arduino code
The initial modifications to the Adalight code to incorporate the
FastLED library and work with WS2812B LEDs were done by James Bruce
(@jamesabruce). I can't find a way to do a pull request on a Gist, so
I'm copying his code in full here.

Original Gist: https://gist.github.com/jamesabruce/09d79a56d270ed37870c
2016-12-20 04:31:05 -05:00
David Madison 33e98325dd Rename from .pde to .ino
Complies with modern Arduino IDE (post v1.0)
2016-12-20 03:30:38 -05:00
David Madison 3bc2b47351 Rename from .pde to .ino
Complies with modern Arduino IDE (post v1.0)
2016-12-20 03:29:40 -05:00
Phillip Burgess 435f5950ea Added LGPL license 2012-12-05 12:02:32 -08:00
Paint Your Dragon 730ef372a2 1 MHz SPI max speed for latest pixels 2012-03-14 11:31:27 -07:00
Paint Your Dragon d22622a402 LEDstream for LPD8806 now compatible with stock WS2801 version 2012-01-06 23:36:12 -08:00
Paint Your Dragon 7dec765eed Added Arduino+Processing sketches for LPD8806 strips 2011-12-15 22:54:27 -08:00
Paint Your Dragon db2ff234c4 Multi-monitor support, speed improvements, LED auto-off and other good stuff 2011-11-20 14:51:14 -08:00
Paint Your Dragon fb1c294fda Fixed bug where LED output would halt at ~70 minutes. Thanks, StringCheeseCR! 2011-11-07 12:14:44 -08:00
Paint Your Dragon efe5fd5cbd Startup test added to LEDstream (Arduino), shutdown added to Adalight (Processing)
Upon initial power-up or reset, and each time the serial port is opened,
the LEDs will briefly flash through red, green and blue, then off. This
can be used to diagnose whether the wiring between Arduino and LEDs is
correct, and to spot any breaks in the strand. Unrelated, Adalight (the
Processing code) now issues an all-off state to the LEDs on most (but
not all) exit cases.
2011-10-26 16:08:23 -07:00
Ladyada f43a8086e1 First commit! 2011-10-04 13:09:09 -04:00