We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ezWS2812 library relies on SPI to drive the WS2812. Problem is, only on signal is (MOSI) but two others (MISO, SCK) are required.
The Adafruit_NeoPixel library does not seem to support SiLabs MCUs.
The request is to use GPIO to drive the WS2912, either by adding support for SiLabs MCU to Adafruit_NeoPixel, or by implementing fast GPIO.
Thank you!
The text was updated successfully, but these errors were encountered:
Arduino seems to provide direct access to Gecko-SDK.
WS2813.zip includes the code developed with Simplicity Studio with GPIO_PinOutSet() and GPIO_PinOutClear().
GPIO_PinOutSet()
GPIO_PinOutClear()
It has been tested agasint the BG22 and BGM220P Explorer Kits and Arduino Nano Matter board. Faster MCUs may require an adaptation.
Sorry, something went wrong.
Hello @rei-vilo,
Yes, you have full access to the underlying GSDK :) A GPIO variant of ezWS2812 is in the works an will be coming in an upcoming release!
Great!
No branches or pull requests
Summary
The ezWS2812 library relies on SPI to drive the WS2812. Problem is, only on signal is (MOSI) but two others (MISO, SCK) are required.
The Adafruit_NeoPixel library does not seem to support SiLabs MCUs.
The request is to use GPIO to drive the WS2912, either by adding support for SiLabs MCU to Adafruit_NeoPixel, or by implementing fast GPIO.
Thank you!
The text was updated successfully, but these errors were encountered: