Skip to content

Commit 801a7ac

Browse files
committed
Fixed FourWire typo
1 parent c0920d5 commit 801a7ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_il0373.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
try:
3535
from typing import Optional
36-
from displayio import Fourwire
36+
from displayio import FourWire
3737
except ImportError:
3838
pass
3939

@@ -138,7 +138,7 @@ class IL0373(displayio.EPaperDisplay):
138138

139139
def __init__(
140140
self,
141-
bus: Fourwire,
141+
bus: FourWire,
142142
swap_rams: bool = False,
143143
border: Optional[bool] = False,
144144
**kwargs

0 commit comments

Comments
 (0)