Skip to content

Commit d013527

Browse files
committed
Fix ModuleNotFoundError: No module named 'displayio'
The 'displayio' module is not used since the examples in this repository implement the adafruit_framebuf interface.
1 parent 26a9c8a commit d013527

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: examples/ssd1306_simpletest.py

-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
# This example and library is meant to work with Adafruit CircuitPython API.
66

77
import board
8-
import displayio
98
import adafruit_ssd1306
109

11-
displayio.release_displays()
12-
1310
# Create the I2C bus interface.
1411
i2c = board.I2C() # uses board.SCL and board.SDA
1512
# i2c = busio.I2C(board.GP1, board.GP0) # Pi Pico RP2040

0 commit comments

Comments
 (0)