Adafruit_CircuitPython_LED_Animation
Adafruit_CircuitPython_LED_Animation copied to clipboard
CircuitPython helper library for LED colors and animations
Hi, is there a way to address multiple 8x8 matrixes with this into a framebuffer for scrolling text? I can talk to all just fine, but I am trying to...
Rainbow [initializes](https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation/blob/master/adafruit_led_animation/animation/rainbow.py#L57) `self.colors = None` `_color_wheel_generator` then tries to get the [length](https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation/blob/master/adafruit_led_animation/animation/rainbow.py#L88) When using `precompute_rainbow=False` this will cause an error: `TypeError: object of type 'NoneType' has no len()` Initializing `self.colors...
I'd love a gradient animation. I want to be able to select my colors (maybe 3-4, or maybe more for a whole palette). The colors should fade into each other...
Chase, and Comet, default to a (0, 0, 0) background color. It would be nice to be able to specify a background color or fade-to color, besides the default (0,...
It would be useful to add a concept of “neighboring” pixels when you’ve established a logical re-mapping of the physical pixels. For example, if you have a typical RGB gamer...
I'm using a Comet animation on 60-pixel Neopixel-compatible ring. By necessity, the LED ring is mounted an enclosure such that pixel 0 isn't at 0°, but offset by 123°. In...
Im noticing a memory leak over time when creating new animations. For my project, the way I would like to do animations is to replace the existing animation that was...
i would like to do some animations - and to start with the sequence i like some `fadeOn` animation. sadly i did not find a simple way to do this.....