MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / setSpeed

Method setSpeed

src/server/lcdapi/api/LCDScroller.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void LCDScroller::setSpeed(int speed) {
106 if (_speed != speed) {
107 _speed = speed;
108 notifyChanged();
109 }
110}
111
112void LCDScroller::valueCallback(const std::string& value) {
113 setText(value);

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected