Package org.chsrobotics.lib.hardware.ledStrip


package org.chsrobotics.lib.hardware.ledStrip
  • Class
    Description
    Interface for LEDAnimation sequences, which can pre-generated or made at runtime by implementing classes.
    Wraps around an array of RGBColors (or individual pixel color values), intended for combination into full animations.
    Convenience wrapper around an addressable LED strip (WS2812 or 2811).
    Represents a color in Red-Green-Blue space, with methods for manipulating said color.
    Wraps around an array of LEDAnimationFrames, intended for playing back in sequence.