Skip to content

WheelLayout

Source: WheelLayout.h

WheelLayout

class WheelLayout
src/light/layouts/WheelLayout.h:23

Inherits: 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