]> Repositories - hackapet/Adafruit_Blinka_Displayio.git/commit
make chip_select pin optional in SPI four wire
authorJan Volckaert <janvolck@gmail.com>
Sun, 27 Aug 2023 17:12:22 +0000 (19:12 +0200)
committerJan Volckaert <janvolck@gmail.com>
Sun, 31 Dec 2023 12:07:00 +0000 (13:07 +0100)
commit3e217487a005ed9ba2e45e27fa03afc8fff3f424
treebd7f704e9b0641bdddd265522fe8839993310a2a
parent0c50ba211cab59828f683daebd47facd58ccca40
make chip_select pin optional in SPI four wire

on Odroid C4 the chip_select is controller by the spi_meson_spicc driver, in case the SPI_CS0 is used as chip_select pin in the FourWire class Resource Busy exceptions are thrown.
displayio/_fourwire.py