Skip to content

Commit 3562ada

Browse files
authored
fix: full matrix brightness (#21)
1 parent 9778135 commit 3562ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sketch/sketch.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void matrix_draw(String frame){
5454
}
5555
for (int i = 0; i < 104; i++) {
5656
if (frame.charAt(i) == '1') {
57-
shades[i] = 1;
57+
shades[i] = 7;
5858
} else{
5959
shades[i] = 0;
6060
}

0 commit comments

Comments
 (0)