LinesEffect
Source:
LinesEffect.h
LinesEffect¶
src/light/effects/LinesEffect.h:16Inherits:
EffectBase
Test effect: axis-aligned planes sweeping in sync (RGB = XYZ).

Public Attributes¶
uint8_t speed = 30
uint8_t axis = 0
uint8_t mode = 0
uint8_t panelW = 16
uint8_t panelH = 16
Public Methods¶
virtual inline constchar * tags() const override
: Curated emoji tags for the module picker's chip filter — extras beyond the role chip (which the UI derives from role() on its own).
virtual inline void defineControls() override
: defineControls MUST be idempotent and pure: only controls_.clear() + controls_.addX().
virtual inline void tick() override