We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae3a09 commit 733cdf5Copy full SHA for 733cdf5
pybadge/ugame.py
@@ -57,6 +57,7 @@
57
_reset.switch_to_output(value=0)
58
time.sleep(0.05)
59
_reset.value = 1
60
+time.sleep(0.05)
61
display = displayio.Display(_fourwire, _TFT_INIT, width=160, height=128,
62
rotation=0, backlight_pin=board.TFT_LITE)
63
del _TFT_INIT
0 commit comments