From c50d38ab7e5203f016943d8319e635695a1fd7d1 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Mon, 29 Jul 2013 20:01:19 +0200 Subject: [PATCH] - renamed cheap PoC to it's directory --- PoC/{ => cheap_random}/cheap_random.ino | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename PoC/{ => cheap_random}/cheap_random.ino (94%) diff --git a/PoC/cheap_random.ino b/PoC/cheap_random/cheap_random.ino similarity index 94% rename from PoC/cheap_random.ino rename to PoC/cheap_random/cheap_random.ino index d04e256..dc0b07b 100644 --- a/PoC/cheap_random.ino +++ b/PoC/cheap_random/cheap_random.ino @@ -17,7 +17,7 @@ void setup() { matrix.begin(); } -int myWindows (int w){ + int myWindows (int w, int br){ // White is 7,7,7 uint8_t r=7, g=7, b=7; @@ -112,8 +112,10 @@ switch (w) { void loop() { // do nothing - myWindows(random(1,21)); - //myWindows(16); + //myWindows(random(1,21)); + int window = 13; + int brightness = 255; + myWindows(window, brightness); int del = 100; delay(del); // fill the screen with 'black'