|
Project Information
Featured
Downloads
Links
|
ImportantI will not update this project anymore because I created a successor called PixelInvaders. Check
InfoSome of the neorainbowduino v0.8 features:
More information:
InstallNeeded libraries
Libraries to patchWire (TWI/I2C): utility/twi.h:
#define TWI_FREQ 400000L (was 100000L)
#define TWI_BUFFER_LENGTH 98 (was 32)
wire.h:
#define BUFFER_LENGTH 98 (was 32)Hint: make sure that the Arduino ide is NOT running while you patch the files! Step by Step
Install Processing librariesthe zip file you downloaded contains 3 main directories (and the directory name should be self explaining):
You can find the processing library in the processingLib\distribution\neorainbowduino-x.y\download directory. In this directory you'll find the processing library as zip file, containing an INSTALL.txt file. for your viewing pleasure here is a copy of it: How to install library neorainbowduino
Contributed libraries must be downloaded separately and placed within
the "libraries" folder of your Processing sketchbook. To find the Processing
sketchbook location on your computer, open the Preferences window from the
Processing application and look for the "Sketchbook location" item at the top.
Copy the contributed library's folder into the "libraries" folder at this location.
You will need to create the "libraries" folder if this is your first contributed library.
By default the following locations are used for your sketchbook folder.
For mac users the sketchbook folder is located inside ~/Documents/Processing.
for windows users the sketchbook folder is located inside folder 'My Documents'/Processing
The folder structure for library neorainbowduino should be as follows
Processing
libraries
neorainbowduino
examples
library
neorainbowduino.jar
reference
src
After library neorainbowduino has been successfully installed, restart processing.
|