FastLED 3.9.15
Loading...
Searching...
No Matches
u8x8.cpp.hpp
Go to the documentation of this file.
1// Static member definitions for u8x8 (C++11 ODR compliance)
2// These must appear in exactly one translation unit.
3
5
6namespace fl {
7
8constexpr int u8x8::INT_BITS;
9constexpr int u8x8::FRAC_BITS;
10
11} // namespace fl
static constexpr int INT_BITS
Definition u8x8.h:21
static constexpr int FRAC_BITS
Definition u8x8.h:22
Base definition for an LED controller.
Definition crgb.hpp:179