Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
void LCDScroller::setSpeed(int speed) {
106
if (_speed != speed) {
107
_speed = speed;
108
notifyChanged();
109
}
110
}
111
112
void LCDScroller::valueCallback(const std::string& value) {
113
setText(value);
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected