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

Method fillSprite

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

Source from the content-addressed store, hash-verified

517 void pushSprite(int32_t x, int32_t y) {}
518 void deleteSprite(void) {}
519 void fillSprite(uint32_t color) {}
520
521 void bitmap_progmem(int16_t x, int16_t y, const uint8_t* bmp,
522 int16_t w, int16_t h, uint8_t depth=1, uint8_t flags=0, const uint8_t* mask=NULL,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected