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

Method drawRGBBitmap

include/VectorDisplay.h:678–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 uint8_t *bmp, uint8_t *mask, int16_t w, int16_t h) { }
677
678 void drawRGBBitmap(int16_t x, int16_t y, uint16_t* bmp,
679 int16_t w, int16_t h) {
680 }
681
682 void drawRGBBitmap(int16_t x, int16_t y, const uint16_t bmp[],
683 int16_t w, int16_t h) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected