MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / setColor

Method setColor

Code/Arduino_libraries/SSD1306/OLEDDisplay.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void OLEDDisplay::setColor(OLEDDISPLAY_COLOR color) {
130 this->color = color;
131}
132
133OLEDDISPLAY_COLOR OLEDDisplay::getColor() {
134 return this->color;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected