oled splash screen and clear done

This commit is contained in:
dekunukem
2021-12-04 21:29:50 +00:00
parent ae11198de5
commit e411964db4

View File

@@ -5,7 +5,9 @@ import time
import usb4vc_usb_scan
import usb4vc_oled
usb4vc_oled.print_welcome_screen((0, 2, 3))
RPI_APP_VERSION_TUPLE = (0, 0, 1)
usb4vc_oled.print_welcome_screen(RPI_APP_VERSION_TUPLE)
time.sleep(1)
usb4vc_oled.oled_clear()