MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / drawXBitmap

Method drawXBitmap

include/VectorDisplay.h:658–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656 int16_t w, int16_t h, uint16_t color, uint16_t bg) { }
657
658 void drawXBitmap(int16_t x, int16_t y, const uint8_t bmp[],
659 int16_t w, int16_t h, uint16_t color) {
660 }
661
662 void drawXBitmap(int16_t x, int16_t y, const uint8_t bmp[],
663 int16_t w, int16_t h, uint16_t color, uint16_t bgcolor) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected