Update buttons.py

pull/61/head
helgibbons 2021-02-16 14:50:11 +00:00
rodzic 5118339781
commit 5a6a5b42c1
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,6 @@ import utime
# Initialise display with a bytearray display buffer
buf = bytearray(display.get_width() * display.get_height() * 2)
display.init(buf)
display.set_backlight(0.5)
# sets up a handy function we can call to clear the screen
def clear():