mpf.platforms.fast.fast_led

WS2812 LEDs on the fast controller.

class mpf.platforms.fast.fast_led.FASTDirectLED(number)

Represents a single RGB LED connected to the Fast hardware platform.

Initialise LED.

color(color)

Instantly set this LED to the color passed.

Parameters:color – an RGBColor object
current_color

Return current color.