NullLEDStrip

class NullLEDStrip[source]

Bases: object

Base class for LED strip

__init__()

Methods

Attributes

error: str = 'LED strip not available.'
num_leds: int = 10
set_led_color(index: int, red: int, green: int, blue: int) None[source]

Set the color of a specific LED

update_strip(sleep_duration: float | None = None) None[source]

Update the LED strip to show changes

clear_strip() None[source]

Clear all LEDs