Skip to content

Commit b198222

Browse files
committed
restore default for dc
1 parent a6e7718 commit b198222

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_featherwing/keyboard_featherwing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ def __init__(
7070
spi = board.SPI()
7171
if cs is None:
7272
cs = board.D9
73+
if dc is None:
74+
dc = board.D10
7375
if i2c is None:
7476
i2c = board.I2C()
7577
if ts_cs is None:

0 commit comments

Comments
 (0)