En-/disable LED maps when receiving realtime data

This commit is contained in:
ezcGman
2023-11-23 17:13:13 +01:00
parent 1dab26bcbc
commit a36c731d15
9 changed files with 250 additions and 232 deletions

View File

@@ -821,7 +821,8 @@ class WS2812FX { // 96 bytes
currentMilliamps,
getLengthPhysical(void),
getLengthTotal(void), // will include virtual/nonexistent pixels in matrix
getFps();
getFps(),
getMappedPixelIndex(uint16_t index);
inline uint16_t getFrameTime(void) { return _frametime; }
inline uint16_t getMinShowDelay(void) { return MIN_SHOW_DELAY; }