| 1 | /* Screenmap maps strip indexes to x,y coordinates. This is used for FastLED Web |
| 2 | * to map the 1D strip to a 2D grid. Note that the strip can have arbitrary |
| 3 | * size. this was first motivated during the (attempted? Oct. 19th 2024) port of |
| 4 | * the Chromancer project to FastLED Web. |
nothing calls this directly
no test coverage detected