| 
| 
template<class SystemClock >  | 
| void  | initialize () | 
|   | 
| 
void  | clear () | 
|   | 
| 
void  | setColor (size_t index, const color::Rgb &color) | 
|   | 
| 
color::Rgb  | getColor (size_t index) const | 
|   | 
| 
void  | write () | 
|   | 
 | 
| 
static constexpr size_t  | size = LEDs | 
|   | 
 | 
| 
static constexpr uint16_t  | spread (uint8_t nibble) | 
|   | 
| 
static constexpr uint8_t  | gather (uint32_t pattern) | 
|   | 
 | 
| 
static constexpr uint32_t  | base_mask = 0b0010'0100'1001'0010'0100'1001 | 
|   | 
| 
static constexpr uint32_t  | clear_mask = base_mask << 1 | 
|   | 
| 
static constexpr size_t  | length = LEDs * 9 | 
|   | 
The documentation for this class was generated from the following file: