MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / drawFastImage

Method drawFastImage

Code/Arduino_libraries/SSD1306/OLEDDisplay.cpp:517–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void OLEDDisplay::drawFastImage(int16_t xMove, int16_t yMove, int16_t width, int16_t height, const uint8_t *image) {
518 drawInternal(xMove, yMove, width, height, image, 0, 0);
519}
520
521void OLEDDisplay::drawXbm(int16_t xMove, int16_t yMove, int16_t width, int16_t height, const uint8_t *xbm) {
522 int16_t widthInXbm = (width + 7) / 8;

Callers 1

drawIndicatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected