From 81e746a745a28e55784300e194da2137ea33da30 Mon Sep 17 00:00:00 2001 From: BAEK Date: Sat, 2 Dec 2017 19:51:22 -0800 Subject: [PATCH] my name add --- effects.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/effects.py b/effects.py index c5d251e..0279f0c 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): + for ord in [66,65,69,75, + 83,69,85,78,71, + 89,85,78]: self.wall.clear() # Set every pixel to the background color, since ascii8x8 will only