Skip to content

Commit 66d21f2

Browse files
committed
Change module reference in Usage Example (#3)
1 parent 166dae8 commit 66d21f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Usage Example
6464
import displayio
6565
import terminalio
6666
import bitmap_label as label # from adafruit_display_text
67-
import mdroberts1243_displayio_sh1107
67+
import adafruit_displayio_sh1107
6868
6969
displayio.release_displays()
7070
#oled_reset = board.D9
@@ -78,7 +78,7 @@ Usage Example
7878
HEIGHT = 64
7979
BORDER = 2
8080
81-
display = mdroberts1243_displayio_sh1107.SH1107(display_bus, width=WIDTH, height=HEIGHT)
81+
display = adafruit_displayio_sh1107.SH1107(display_bus, width=WIDTH, height=HEIGHT)
8282
8383
# Make the display context
8484
splash = displayio.Group(max_size=10)

0 commit comments

Comments
 (0)