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

◆ read()

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

Definition at line 251 of file gamma_lut.h.

251 {
252 return FL_PGM_READ_BYTE_NEAR(&kData.values[index]);
253 }
#define FL_PGM_READ_BYTE_NEAR(x)
Read a byte (8-bit) from PROGMEM memory.
static const detail::LutArray< u8, N > kData
Definition gamma_lut.h:255