ledfx
    Preparing search index...

    Interface RpiWs281xDeviceConfig

    Configuration for device type: rpi_ws281x

    interface RpiWs281xDeviceConfig {
        center_offset?: number;
        color_order: "RGB" | "RBG" | "GRB" | "BRG" | "GBR" | "BGR";
        gpio_pin: 10 | 12 | 13 | 18 | 21;
        icon_name?: string;
        name: string;
        pixel_count: number;
        refresh_rate?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    center_offset?: number

    Number of pixels from the perceived center of the device

    0
    
    color_order: "RGB" | "RBG" | "GRB" | "BRG" | "GBR" | "BGR"

    Color order

    gpio_pin: 10 | 12 | 13 | 18 | 21

    Raspberry Pi GPIO pin your LEDs are connected to

    icon_name?: string
    'mdi:led-strip'
    
    name: string

    Friendly name for the device

    pixel_count: number

    Number of individual pixels

    1

    refresh_rate?: number

    Target rate that pixels are sent to the device

    60