diff --git a/ascii8x8.pyc b/ascii8x8.pyc new file mode 100644 index 0000000..673bc94 Binary files /dev/null and b/ascii8x8.pyc differ diff --git a/effects.py b/effects.py index c5d251e..39e682f 100644 --- a/effects.py +++ b/effects.py @@ -338,7 +338,8 @@ 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 = (83, 79, 79, 78, 77, 79, 75) + for ord in myName: self.wall.clear() # Set every pixel to the background color, since ascii8x8 will only diff --git a/effects.pyc b/effects.pyc new file mode 100644 index 0000000..5e43dc9 Binary files /dev/null and b/effects.pyc differ diff --git a/wall.pyc b/wall.pyc new file mode 100644 index 0000000..22c3e94 Binary files /dev/null and b/wall.pyc differ