Adafruit_CircuitPython_NeoPixel icon indicating copy to clipboard operation
Adafruit_CircuitPython_NeoPixel copied to clipboard

CircuitPython drivers for neopixels.

Results 20 Adafruit_CircuitPython_NeoPixel issues
Sort by recently updated
recently updated
newest added

Doesn't work with RPi 5. Any chance of updating it? ``` Traceback (most recent call last): File "/home/scotty/test.py", line 62, in pixels.show() File "/usr/local/lib/python3.11/dist-packages/adafruit_pixelbuf.py", line 204, in show return self._transmit(self._post_brightness_buffer)...

We use a small strip of 40 leds RGB, we get several trouble wit colors specially with high brightness. We found a workaround using D18 pin that work perfectly. Analysing...

Hi, I have a RPI model 3b connected to this [WS2812B](https://www.amazon.es/dp/B07Q9KCC6M?psc=1&ref=ppx_yo2ov_dt_b_product_details). I have run many different tests, and none of them produce the expected results. They leds appear to light...

Hi all, I am trying to make a display with neopixels. 1024 of those to be exact. I've been trying to use only one channel so far. For some reason...

Hi when implementing the neopixel library in a ROS2 node, I get the following error: ``` Failed to create mailbox device : Operation not permitted Traceback (most recent call last):...

Hi, idk if this is happening because its a niche use-case, but I have a project for my job where I'm trying to initialize a "strip" of only two ws2812b...

Hi, I am trying to use the NeoPixel library with my Raspberry Pi 5, but I am encountering the following error: ``` Traceback (most recent call last): File "/home/usuario/program/driver/program.py", line...

Is it possible to have 2 physical output pin send out data simultaneously? I find no code examples of this scenario. Real world example : I want to output data...