tjbot-ce - v3.0.0
    Preparing search index...

    Interface LEDNeopixelConfig

    WS281x / NeoPixel LED configuration.

    interface LEDNeopixelConfig {
        gpioPin?: number;
        spiInterface?: string;
        useGRBFormat?: boolean;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    gpioPin?: number

    GPIO pin number used for the LED data signal.

    spiInterface?: string

    SPI interface path used when driving LEDs over SPI.

    useGRBFormat?: boolean

    Whether the LED expects GRB byte ordering.