| 120 | uint16_t HalDisplay::getDisplayWidth() const { return einkDisplay.getDisplayWidth(); } |
| 121 | |
| 122 | uint16_t HalDisplay::getDisplayHeight() const { return einkDisplay.getDisplayHeight(); } |
| 123 | |
| 124 | uint16_t HalDisplay::getDisplayWidthBytes() const { return einkDisplay.getDisplayWidthBytes(); } |
| 125 |
no outgoing calls
no test coverage detected