Skip to content

Commit d714f2d

Browse files
committed
Update CheerLights_UNO_R4_WiFi_LED_Matrix.ino
1 parent 167324b commit d714f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/CheerLights_UNO_R4_WiFi_LED_Matrix/CheerLights_UNO_R4_WiFi_LED_Matrix.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ byte cheerLightsIcon[8][12] = {
4545
{ 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 },
4646
{ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 },
4747
{ 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1 },
48-
{ 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1 },
49-
{ 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1 },
48+
{ 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1 },
49+
{ 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1 },
5050
{ 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1 },
5151
{ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 },
5252
{ 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 }

0 commit comments

Comments
 (0)