Closed dseymore closed 1 year ago
@communix Any comments about this issue?
@dseymore Here's the new code to fix this issue. (https://github.com/kaluma-project/kaluma/tree/develop/spi_pin_issue) Could you please confirm this code fixes your code?
This new code supports minus pin value (including -1) for SPI, I2C and UART and minus value pin means this pin is not used for SPI, I2C and UART.
Worked for me! Thank you
I was working with the Waveshare RP2040-LCD1.28 board and had to make a tweak in Kaluma to not define the
miso
pin, as the default ofpin 12
on this board was actually the reset for the display. I needed to define SPI1 as:The diff that worked around this for me, but isn't really ready for a pull request: