Skip to content

Commit

Permalink
Add less intense color option in BasicTest example
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jul 26, 2016
1 parent 2a86ddb commit 7452c60
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/BasicTest/BasicTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ void setup() {
#define ORANGE 0xE05800
#define WHITE 0xFFFFFF

// Less intense...
/*
#define RED 0x160000
#define GREEN 0x001600
#define BLUE 0x000016
#define YELLOW 0x101400
#define PINK 0x120009
#define ORANGE 0x100400
#define WHITE 0x101010
*/

void loop() {
int microsec = 2000000 / leds.numPixels(); // change them all in 2 seconds

Expand Down

0 comments on commit 7452c60

Please # to comment.