| 767 | } |
| 768 | |
| 769 | void OLEDDisplay::normalDisplay(void) { |
| 770 | sendCommand(NORMALDISPLAY); |
| 771 | } |
| 772 | |
| 773 | void OLEDDisplay::setContrast(uint8_t contrast, uint8_t precharge, uint8_t comdetect) { |
| 774 | sendCommand(SETPRECHARGE); //0xD9 |
nothing calls this directly
no outgoing calls
no test coverage detected