Skip to content

Commit

Permalink
Black Tea Timer - update to colors
Browse files Browse the repository at this point in the history
tried to spread out the colors a little more. Still hard to tell at
slow speeds. Also turned OFF fading to see if that helps.
  • Loading branch information
carlynorama committed Dec 12, 2012
1 parent 230fc37 commit 7d769c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions processing/Blink1_BlackTeaTimer/Blink1_BlackTeaTimer.pde
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ void setup() {
//COLOR AND MESSAGE ARRAYS
btColors[7] = color(0, 0, 0);
btColors[6] = color(130, 10, 5);
btColors[5] = color(190, 90, 0);
btColors[4] = color(220, 120, 0);
btColors[3] = color(245, 149, 0);
btColors[5] = color(190, 80, 0);
btColors[4] = color(220, 115, 0);
btColors[3] = color(245, 140, 0);
btColors[2] = color(255, 180, 2);
btColors[1] = color(255, 209, 168);
btColors[0] = color(0, 0, 0);
btColors[0] = color(0, 0, 0);

messages[0] = "";
messages[1] = "steeping";
Expand Down

0 comments on commit 7d769c7

Please sign in to comment.