| 816 | } |
| 817 | |
| 818 | void OLEDDisplay::clear(void) { |
| 819 | memset(buffer, 0, displayBufferSize); |
| 820 | } |
| 821 | |
| 822 | void OLEDDisplay::drawLogBuffer(uint16_t xMove, uint16_t yMove) { |
| 823 | uint16_t lineHeight = pgm_read_byte(fontData + HEIGHT_POS); |
no outgoing calls
no test coverage detected