10#ifndef M5_UNIT_RGB_UNIT_HAT_NEOFLASH_HPP
11#define M5_UNIT_RGB_UNIT_HAT_NEOFLASH_HPP
22class HatNeoFlash :
public UnitRectLED<18, 7, UnitWS2812> {
29 auto ccfg = component_config();
30 ccfg.max_children = 1;
31 component_config(ccfg);
HatNeoFlash()
Constructor (18x7 = 126 LEDs)
Definition unit_HatNeoFlash.hpp:27
Rectangular array LED unit.
Top level namespace of M5Stack.
Rectangular array LED unit.