8000 Fix after rebase · adafruit/circuitpython@307d2a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 307d2a9

Browse files
committed
Fix after rebase
1 parent 5689307 commit 307d2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/displayio/ParallelBus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void common_hal_displayio_parallelbus_construct(displayio_parallelbus_obj_t* sel
9696
frequency * 2, // frequency multiplied by 2 as 2 PIO instructions
9797
NULL, 0, // init
9898
data0, 8, 0, 255, // first out pin, # out pins
99-
NULL, 0, // first in pin, # in pins
99+
NULL, 0, 0, 0, // first in pin, # in pins
100100
NULL, 0, 0, 0, // first set pin
101101
write, 1, 0, 1, // first sideset pin
102102
true, // exclusive pin usage

0 commit comments

Comments
 (0)
0