rebase, fix call to common_hal_busio_spi_construct
This commit is contained in:
parent
b1a55e3904
commit
139c2710aa
|
@ -71,8 +71,8 @@ static void display_init(void) {
|
|||
spi,
|
||||
&pin_GPIO34, // CLK
|
||||
&pin_GPIO33, // MOSI
|
||||
NULL // MISO not connected
|
||||
);
|
||||
NULL, // MISO not connected
|
||||
false); // Not half-duplex
|
||||
|
||||
common_hal_busio_spi_never_reset(spi);
|
||||
|
||||
|
|
Loading…
Reference in New Issue