Skip to content

Neopixel Glitch (Random Colours) Using RP2040 (Waveshare RP2040 Zero) #8051

Closed
@ghost

Description

CircuitPython version

Adafruit CircuitPython 8.0.5 on 2023-04-31; Waveshare RP2040-Zero with rp2040

Code/REPL

import board
import neopixel

from adafruit_led_animation.animation.rainbow import Rainbow

pixel_pin = board.GP6
pixel_num = 8

pixels = neopixel.NeoPixel(pixel_pin, pixel_num, brightness=0.5, auto_write=False)

rainbow = Rainbow(pixels, speed=0.1, period=2)

while True:
    rainbow.animate()

Behavior

Hi, i have issue with rp2040, i use rainbow animation suddenly sometime neopixel show a flicker of random color and continue the animation as normal here is a similar issue with some video examples #3835

Description

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions