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

Method bitmap

include/VectorDisplay.h:527–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525 }
526
527 void bitmap(int16_t x, int16_t y, uint8_t *bmp,
528 int16_t w, int16_t h, uint8_t depth, uint8_t flags=0,
529 uint8_t* mask=NULL,
530 uint32_t foreColor=0xFFFFFFFF,
531 uint32_t backColor=0x00FFFFFF) {
532 }
533
534 void utf8() {
535 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected