HF-WS2812 Driver 0.1.0-dev
HF-WS2812 ESP32 RMT Driver
Loading...
Searching...
No Matches
ws2812_test_config::StripSpecs Struct Reference

LED Strip Specifications. More...

#include <esp32_ws2812_test_config.hpp>

Static Public Attributes

static constexpr uint32_t NUM_LEDS = 16
 Number of LEDs in the strip.
 
static constexpr uint8_t DEFAULT_BRIGHTNESS = 50
 Default brightness (0-255)
 
static constexpr bool IS_RGBW = false
 true for RGBW strips, false for RGB
 

Detailed Description

LED Strip Specifications.

Physical properties of the WS2812 LED strip.

Member Data Documentation

◆ DEFAULT_BRIGHTNESS

constexpr uint8_t ws2812_test_config::StripSpecs::DEFAULT_BRIGHTNESS = 50
staticconstexpr

Default brightness (0-255)

◆ IS_RGBW

constexpr bool ws2812_test_config::StripSpecs::IS_RGBW = false
staticconstexpr

true for RGBW strips, false for RGB

◆ NUM_LEDS

constexpr uint32_t ws2812_test_config::StripSpecs::NUM_LEDS = 16
staticconstexpr

Number of LEDs in the strip.


The documentation for this struct was generated from the following file: