NOTE: loadAndScale_APA102_HD() removed - use fl::loadAndScale_APA102_HD () from apa102.h encoder NOTE: loadAndScale_WS2816_HD() removed - use fl::loadAndScale_WS2816_HD () from ws2816.h encoder
| 178 | // NOTE: loadAndScale_APA102_HD() removed - use fl::loadAndScale_APA102_HD<RGB_ORDER>() from apa102.h encoder |
| 179 | // NOTE: loadAndScale_WS2816_HD() removed - use fl::loadAndScale_WS2816_HD<RGB_ORDER>() from ws2816.h encoder |
| 180 | void stepDithering() FL_NOEXCEPT { mStepDithering(mPixelController); } |
| 181 | void advanceData() FL_NOEXCEPT { mAdvanceData(mPixelController); } |
| 182 | int size() FL_NOEXCEPT { return mSize(mPixelController); } |
| 183 |
no outgoing calls
no test coverage detected