We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9778135 commit 3562adaCopy full SHA for 3562ada
sketch/sketch.ino
@@ -54,7 +54,7 @@ void matrix_draw(String frame){
54
}
55
for (int i = 0; i < 104; i++) {
56
if (frame.charAt(i) == '1') {
57
- shades[i] = 1;
+ shades[i] = 7;
58
} else{
59
shades[i] = 0;
60
0 commit comments