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 166dae8 commit 66d21f2Copy full SHA for 66d21f2
README.rst
@@ -64,7 +64,7 @@ Usage Example
64
import displayio
65
import terminalio
66
import bitmap_label as label # from adafruit_display_text
67
- import mdroberts1243_displayio_sh1107
+ import adafruit_displayio_sh1107
68
69
displayio.release_displays()
70
#oled_reset = board.D9
@@ -78,7 +78,7 @@ Usage Example
78
HEIGHT = 64
79
BORDER = 2
80
81
- display = mdroberts1243_displayio_sh1107.SH1107(display_bus, width=WIDTH, height=HEIGHT)
+ display = adafruit_displayio_sh1107.SH1107(display_bus, width=WIDTH, height=HEIGHT)
82
83
# Make the display context
84
splash = displayio.Group(max_size=10)
0 commit comments