Replies: 1 comment 1 reply
-
That API was added by Adafruit latter. My suggested methods are different. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - i am just switching my Project from the Adafruit_Neopixel.h Libary to the NeoPixelBus.h Libary because of WiFi Issues during the Adafruit Libary. Unfortunatly, i am often using the pixel.updateLength() Method because my pixel length should be adaptable during the ESP8266 runtime.
I searched through the NeoPixelBus.h lib but i was not able to find such a method - so is it just implemented?
If not, how can i update the length of the used neopixel during runtime e.g. chaniging up from 5 to 20 and back from 20 to e.g. 7?!?
Greetings!
Beta Was this translation helpful? Give feedback.
All reactions