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,
|
spi,
|
||||||
&pin_GPIO34, // CLK
|
&pin_GPIO34, // CLK
|
||||||
&pin_GPIO33, // MOSI
|
&pin_GPIO33, // MOSI
|
||||||
NULL // MISO not connected
|
NULL, // MISO not connected
|
||||||
);
|
false); // Not half-duplex
|
||||||
|
|
||||||
common_hal_busio_spi_never_reset(spi);
|
common_hal_busio_spi_never_reset(spi);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user