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

Method getColor

Code/Arduino_libraries/SSD1306/OLEDDisplay.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133OLEDDISPLAY_COLOR OLEDDisplay::getColor() {
134 return this->color;
135}
136
137void OLEDDisplay::setPixel(int16_t x, int16_t y) {
138 if (x >= 0 && x < this->width() && y >= 0 && y < this->height()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected