Skip to content

Commit ab65ff6

Browse files
committed
Update with fourwire.FourWire in README.rst
1 parent d520b9d commit ab65ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Usage Example
121121
epd_reset = board.D11
122122
epd_busy = board.D12
123123
124-
display_bus = displayio.FourWire(
124+
display_bus = fourwire.FourWire(
125125
spi, command=epd_dc, chip_select=epd_cs, reset=epd_reset, baudrate=1000000
126126
)
127127

0 commit comments

Comments
 (0)