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

Current Consumption Estimates. More...

#include <esp32_ws2812_test_config.hpp>

Static Public Attributes

static constexpr float CURRENT_PER_LED_MA = 60.0f
 Max current per LED at full white (mA)
 
static constexpr float IDLE_CURRENT_MA = 1.0f
 Current per LED when off (mA)
 

Detailed Description

Current Consumption Estimates.

Per-LED current draw for power budget calculations.

Member Data Documentation

◆ CURRENT_PER_LED_MA

constexpr float ws2812_test_config::PowerSpecs::CURRENT_PER_LED_MA = 60.0f
staticconstexpr

Max current per LED at full white (mA)

◆ IDLE_CURRENT_MA

constexpr float ws2812_test_config::PowerSpecs::IDLE_CURRENT_MA = 1.0f
staticconstexpr

Current per LED when off (mA)


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