WheelLayout
Source:
WheelLayout.h
WheelLayout¶
src/light/layouts/WheelLayout.h:23Inherits:
LayoutBase
Layout of LEDs around a wheel/disc.
Public Attributes¶
uint16_t spokes = 8
uint16_t ledsPerSpoke = 10
Public Methods¶
virtual inline void defineControls() override
: defineControls MUST be idempotent and pure: only controls_.clear() + controls_.addX().
virtual inline nrOfLightsType lightCount() const override
virtual inline void forEachCoord(constCoordSink & sink) const override