added dispay driver to repo

This commit is contained in:
langolierz
2018-03-13 02:39:10 +00:00
parent 8323301115
commit bd6cd43d6a
122 changed files with 4207 additions and 4 deletions

View File

@@ -16,10 +16,8 @@ class NumpadInput(object):
self.display.display_text.bind("<Key>", self.on_key_press)
def on_key_press(self, event):
numpad = list(string.ascii_lowercase[0:19])
if event.char is '.':
self.actions.quit_the_program()
if event.char is 's':