Skip to content

Commit 9bd2c0f

Browse files
committed
tweaked graphics
1 parent eb42c50 commit 9bd2c0f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Matrix_On_Air/matrix_on_air.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
# draw the frame for startup
6464
rect1 = Rect(0, 0, 2, 32, fill=color[2])
6565
rect2 = Rect(62, 0, 2, 32, fill=color[2])
66-
rect3 = Rect(2, 0, 9, 2, fill=color[2])
67-
rect4 = Rect(53, 0, 9, 2, fill=color[2])
66+
rect3 = Rect(2, 0, 9, 2, fill=color[0])
67+
rect4 = Rect(53, 0, 9, 2, fill=color[0])
6868
rect5 = Rect(2, 30, 12, 2, fill=color[0])
6969
rect6 = Rect(50, 30, 12, 2, fill=color[0])
7070

@@ -77,6 +77,8 @@
7777

7878

7979
def redraw_frame(): # to adjust spacing at bottom later
80+
rect3.fill = color[2]
81+
rect4.fill = color[2]
8082
rect5.fill = color[2]
8183
rect6.fill = color[2]
8284

0 commit comments

Comments
 (0)