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.