-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Feature Request: Get Neopixel working #21
Comments
I have the same issue but made some progress. For the software part: |
im a bit confused with this neopixel stuff as well, I have everything set up in my configuration files and have compiled the .bin but the rag strip that I have has four wires coming from it and the skr mini e3 only has three pins.what will go where for this to work? |
Ok never mind I see I was looking at the wrong pinout on the board... |
I would like to use Neopixels on my Printer.
By default Adafruit Neopixel is in lib_ignore in plattform.io for STM32F1 boards, because of compile errors regarding gpio_set, gpio_clear and time funktions. Also Neopixel has no support for STM32F1 cpu yet.
I tried to copy LPC1768 parts and change to TARGET_STM32F1. This lead me to the same compile errors.
I also tried to use bigtreetech/Adafruit_NeoPixel. This compiles ok, but unfortunately does not work.
Is there anything, we can do to use Neopixels?
The text was updated successfully, but these errors were encountered: