MCPcopy Create free account
hub / github.com/Atarity/Lightpack / setApiDeviceNumberOfLeds

Method setApiDeviceNumberOfLeds

Software/src/ApiServerSetColorTask.cpp:187–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void ApiServerSetColorTask::setApiDeviceNumberOfLeds(int value)
188{
189 DEBUG_LOW_LEVEL << Q_FUNC_INFO << value;
190
191 m_numberOfLeds = value;
192
193 reinitColorBuffers();
194}

Callers 1

initApiSetColorTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected