You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to change the SPI pinouts defined in tlc5947.py to use the following instead ? Seems like it is hardcoded in the bmc2835_spi_begin() function defined in bcm2835.c
GPIO38 - SPI0_MOSI
GPIO39 - SPI0_SCLK
GPIO36 - SPI0_CE0_N
The text was updated successfully, but these errors were encountered:
Yes, the bcm2835 library seems to have hardcoded the SPI pins to use 7-11 in, so I am guessing I will have to rebuild that one and there's no modification needed on the fpulse side, right ?
Is it possible to change the SPI pinouts defined in tlc5947.py to use the following instead ? Seems like it is hardcoded in the bmc2835_spi_begin() function defined in bcm2835.c
GPIO38 - SPI0_MOSI
GPIO39 - SPI0_SCLK
GPIO36 - SPI0_CE0_N
The text was updated successfully, but these errors were encountered: