adafruit / Adafruit_CircuitPython_PyPortal

CircuitPython driver for Adafruit PyPortal.
MIT License
46 stars 57 forks source link

Add simpletest #25

Closed caternuson closed 5 years ago

caternuson commented 5 years ago

Works.

Not sure of a better way to do this:

# Set display to show REPL
board.DISPLAY.show(None)

Otherwise it just stays blank since we don't specify any fun things to show.

ladyada commented 5 years ago

yah thats ok!

ladyada commented 5 years ago

you can merge once linty