Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bmorcelli/Launcher
/ width
Method
width
include/VectorDisplay.h:311–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
uint16_t width() {
312
return (curRotation%2)?curHeight:curWidth;
313
}
314
315
uint16_t height() {
316
return (curRotation%2)?curWidth:curHeight;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected