MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / height

Method height

include/VectorDisplay.h:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 uint16_t height() {
316 return (curRotation%2)?curWidth:curHeight;
317 }
318
319 uint8_t sumBytes(void* data, int length) {
320 uint8_t* p = (uint8_t*)data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected