[SPI-Configuration] Luckfox Pico Ultra W

  • Hello, if there is a need for RGB, then the Luckfox Pico Ultra does not have a redundant SPI controller interface, but the linux kernel has a driver that supports emulating the GPIO to SPI, you need to set CONFIG_SPI_GPIO=y in the kernel, and the device tree is configured according to the actual situation
  • Hello Crocodile
    Thanks for your feedback.
    Could you please let me know that will have option to config for soft I2C ?
    Thank you.
  • Similar to software SPI, you can enable CONFIG_I2C_GPIO and modify the device tree
  • Hello Crocodile
    Yes, Its OK.
    Thanks for your recommendation.