FastLED 3.9.15
Loading...
Searching...
No Matches
gamma_lut.cpp.hpp
Go to the documentation of this file.
1// ok no header
5
6#include "fl/gfx/gamma_lut.h"
7
8namespace fl {
9
10// Single explicit instantiation of the 2.8 gamma 16-bit LUT.
11// This is the only one used by the core (five-bit brightness, RGBW pipeline).
12// Other LUT variants (2.2, 8-bit) are instantiated on-demand by user code.
13template struct ProgmemLUT16<GammaEval16<gamma<u8x24>(2.8f)>, 256>;
14
15} // namespace fl
Base definition for an LED controller.
Definition crgb.hpp:179