| 204 | class ControllerT : public CONTROLLER { |
| 205 | friend class RGBWEmulatedController<CONTROLLER, RGB_ORDER>; |
| 206 | void *callBeginShowLeds(int size) { return ControllerBaseT::beginShowLeds(size); } |
| 207 | void callShow(CRGB *data, int nLeds, fl::u8 brightness) { |
| 208 | ControllerBaseT::show(data, nLeds, brightness); |
| 209 | } |
no test coverage detected