|
FastLED 3.9.15
|
#include "auto_brightness.h"
Include dependency graph for auto_brightness.cpp:Go to the source code of this file.
Functions | |
| uint8_t | applyBrightnessCompression (float inputBrightnessPercent, uint8_t maxBrightness, float lowThreshold, float highThreshold) |
| float | getAverageBrightness (CRGB *leds, int numLeds) |