FastLED 3.9.15
Loading...
Searching...
No Matches

◆ read()

template<typename Fn, fl::size N>
static u16 fl::ProgmemLUT16< Fn, N >::read ( u8 index)
inlinestatic

Definition at line 268 of file gamma_lut.h.

268 {
269 return FL_PGM_READ_WORD_NEAR(&kData.values[index]);
270 }
#define FL_PGM_READ_WORD_NEAR(x)
Read a word (16-bit) from PROGMEM memory.
static const detail::LutArray< u16, N > kData
Definition gamma_lut.h:276