Skip to content

Commit

Permalink
Sleep after reset
Browse files Browse the repository at this point in the history
  • Loading branch information
deshipu committed May 8, 2019
1 parent bae3a09 commit 733cdf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pybadge/ugame.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
_reset.switch_to_output(value=0)
time.sleep(0.05)
_reset.value = 1
time.sleep(0.05)
display = displayio.Display(_fourwire, _TFT_INIT, width=160, height=128,
rotation=0, backlight_pin=board.TFT_LITE)
del _TFT_INIT
Expand Down

0 comments on commit 733cdf5

Please sign in to comment.