| 811 | } |
| 812 | |
| 813 | void OLEDDisplay::mirrorScreen() { |
| 814 | sendCommand(SEGREMAP); |
| 815 | sendCommand(COMSCANDEC); //Mirror screen |
| 816 | } |
| 817 | |
| 818 | void OLEDDisplay::clear(void) { |
| 819 | memset(buffer, 0, displayBufferSize); |
nothing calls this directly
no outgoing calls
no test coverage detected