When another non-std SPI-CS pin is used the default cs pin (gpio8) remains active. Using `spi.no_cs = True` seems to fix it.
When another non-std SPI-CS pin is used the default cs pin (gpio8) remains active.
Using
spi.no_cs = Trueseems to fix it.