Hey, I set up Hyperion on a Pi3 which worked for some time but now it seems the GPIO10 (MOSI) and GPIO11 (SCKL) somehow got damaged (I can not measure the usual 3.3V anymore). Is it possible to tell Hyperion to use GPIO20 (MOSI) and GPIO21 (SCKL) instead? Best wishes Dominik
I found a solution for my problem. In the boot\config.txt I wrote dtoverlay=spi1-3cs to activate SPI1. After that I changed in the hyperion.config.json file "output" : "/dev/spidev0.0" to "output" : "/dev/spidev1.0". Now Hyperion uses Pins GPIO20 (MOSI) and GPIO21 (SCKL).