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

Timing Parameters. More...

#include <esp32_ws2812_test_config.hpp>

Static Public Attributes

static constexpr uint16_t REFRESH_INTERVAL_MS = 16
 LED refresh interval (~60fps) (ms)
 
static constexpr uint16_t EFFECT_STEP_MS = 20
 Effect animation step (ms)
 
static constexpr uint16_t POWER_ON_DELAY_MS = 10
 Power-on stabilization delay (ms)
 

Detailed Description

Timing Parameters.

Application-level timing for LED updates.

Member Data Documentation

◆ EFFECT_STEP_MS

constexpr uint16_t ws2812_test_config::Timing::EFFECT_STEP_MS = 20
staticconstexpr

Effect animation step (ms)

◆ POWER_ON_DELAY_MS

constexpr uint16_t ws2812_test_config::Timing::POWER_ON_DELAY_MS = 10
staticconstexpr

Power-on stabilization delay (ms)

◆ REFRESH_INTERVAL_MS

constexpr uint16_t ws2812_test_config::Timing::REFRESH_INTERVAL_MS = 16
staticconstexpr

LED refresh interval (~60fps) (ms)


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