diff --git a/effects.py b/effects.py index c5d251e..7f3c4d3 100644 --- a/effects.py +++ b/effects.py @@ -338,7 +338,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): + myName = [76, 101, 101, 74, 105, 110, 71, 117, 101] + # myName = LeeJinGue to ASCII + for ord in myName: self.wall.clear() # Set every pixel to the background color, since ascii8x8 will only