| 231 | } |
| 232 | |
| 233 | virtual void endShowLeds(void *data) override { |
| 234 | return mController.callEndShowLeds(data); |
| 235 | } |
| 236 | |
| 237 | /// @brief Main rendering function that converts RGB to RGBW and shows pixels |
| 238 | /// @details This function: |
no test coverage detected