Merge pull request #609 from pimoroni/patch-usbfix

usb-fix for Inky Frame Launcher
pull/621/head v1.19.11
Philip Howard 2022-12-21 16:37:57 +00:00 zatwierdzone przez GitHub
commit 955f4e57a4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ import inky_helper as ih
# WIFI_PASSWORD = "Your WiFi password"
# A short delay to give USB chance to initialise
time.sleep(0.1)
time.sleep(0.5)
# Setup for the display.
graphics = PicoGraphics(DISPLAY)