MCPcopy Create free account
hub / github.com/BruceDevices/firmware / drawPixel

Method drawPixel

include/VectorDisplay.h:955–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953 }
954
955 void drawPixel(int16_t x, int16_t y, uint16_t color) {
956 if (color != curForeColor565) { foreColor565(color); }
957 point(x, y);
958 }
959
960 void drawRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) {
961 if (color != curForeColor565) { foreColor565(color); }

Callers 1

drawTitleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected