Skip to content

Commit 822a77b

Browse files
committed
Pull SS HIGH to prevent UART mode
1 parent 2556292 commit 822a77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/lib/matrix/matrix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
void matrix_init()
1818
{
1919
spi_init(SPI_Master, SPI_MSB, SPI_Rising, SPI_Rising);
20-
20+
spi_select(SPI_Disable);
2121
// Wait until display initialisation is complete
2222
_delay_ms(MATRIX_INIT_DELAY_MS);
2323
}

0 commit comments

Comments
 (0)