Skip to content

LinesEffect

Source: LinesEffect.h

LinesEffect

class LinesEffect
src/light/effects/LinesEffect.h:16

Inherits: EffectBase

Test effect: axis-aligned planes sweeping in sync (RGB = XYZ).

LinesEffect card

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