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

Method drawGrayscaleBitmap

include/VectorDisplay.h:665–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663 int16_t w, int16_t h, uint16_t color, uint16_t bgcolor) { }
664
665 void drawGrayscaleBitmap(int16_t x, int16_t y, const uint8_t bmp[],
666 int16_t w, int16_t h) { }
667
668 void drawGrayscaleBitmap(int16_t x, int16_t y, uint8_t *bmp,
669 int16_t w, int16_t h) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected