MCPcopy Create free account
hub / github.com/Blueforcer/awtrix3 / MatrixColumn

Class MatrixColumn

src/effects.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72struct MatrixColumn
73{
74 int16_t position; // Y-Position des "fallenden" Pixels
75 CRGB color; // Farbe des Pixels
76};
77
78void Matrix(FastLED_NeoMatrix *matrix, int16_t x, int16_t y, EffectSettings *settings)
79{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected