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 26a9c8a commit d013527Copy full SHA for d013527
examples/ssd1306_simpletest.py
@@ -5,11 +5,8 @@
5
# This example and library is meant to work with Adafruit CircuitPython API.
6
7
import board
8
-import displayio
9
import adafruit_ssd1306
10
11
-displayio.release_displays()
12
-
13
# Create the I2C bus interface.
14
i2c = board.I2C() # uses board.SCL and board.SDA
15
# i2c = busio.I2C(board.GP1, board.GP0) # Pi Pico RP2040
0 commit comments