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