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

Test Configuration. More...

#include <esp32_ws2812_test_config.hpp>

Static Public Attributes

static constexpr uint16_t TEST_DURATION_MS = 5000
 Test duration (ms)
 
static constexpr uint16_t COLOR_CYCLE_DELAY_MS = 50
 Color cycle step delay (ms)
 
static constexpr uint8_t TEST_BRIGHTNESS = 64
 Brightness level for tests (0-255)
 

Detailed Description

Test Configuration.

Default parameters for testing.

Member Data Documentation

◆ COLOR_CYCLE_DELAY_MS

constexpr uint16_t ws2812_test_config::TestConfig::COLOR_CYCLE_DELAY_MS = 50
staticconstexpr

Color cycle step delay (ms)

◆ TEST_BRIGHTNESS

constexpr uint8_t ws2812_test_config::TestConfig::TEST_BRIGHTNESS = 64
staticconstexpr

Brightness level for tests (0-255)

◆ TEST_DURATION_MS

constexpr uint16_t ws2812_test_config::TestConfig::TEST_DURATION_MS = 5000
staticconstexpr

Test duration (ms)


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