MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / getDisplayHeight

Method getDisplayHeight

lib/hal/HalDisplay.cpp:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120uint16_t HalDisplay::getDisplayWidth() const { return einkDisplay.getDisplayWidth(); }
121
122uint16_t HalDisplay::getDisplayHeight() const { return einkDisplay.getDisplayHeight(); }
123
124uint16_t HalDisplay::getDisplayWidthBytes() const { return einkDisplay.getDisplayWidthBytes(); }
125

Callers 5

pngFileToBmpStreamMethod · 0.45
initMethod · 0.45
jpegFileToBmpStreamMethod · 0.45
renderContentsMethod · 0.45
takeScreenshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected