From 29781608953cb6c0f27b0fe3c7304fa63cd3d688 Mon Sep 17 00:00:00 2001 From: leehj401 <33406139+leehj401@users.noreply.github.com> Date: Sun, 3 Dec 2017 02:13:04 +0900 Subject: [PATCH] =?UTF-8?q?60162169=20=EC=9D=B4=ED=98=9C=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- effects.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/effects.py b/effects.py index c5d251e..bd64ebf 100644 --- a/effects.py +++ b/effects.py @@ -339,7 +339,9 @@ def run(self): # Display upper and lower case letters. The break between 90 and 97 is # for non-letter keyboard characters. for ord in range(65, 91) + range(97, 123): - self.wall.clear() + name = [72, 74, 76, 101, 101] + for ord in HJLee: + self.wall.clear() # Set every pixel to the background color, since ascii8x8 will only # color an 8x8 section.