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

Method drawBitmap

include/VectorDisplay.h:646–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644 }
645
646 void drawBitmap(int16_t x, int16_t y, const uint8_t bmp[],
647 int16_t w, int16_t h, uint16_t color) /* PROGMEM */ { }
648
649 void drawBitmap(int16_t x, int16_t y, uint8_t *bmp,
650 int16_t w, int16_t h, uint16_t color) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected