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

Method deleteSprite

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

Source from the content-addressed store, hash-verified

516 void* createSprite(int16_t width, int16_t height, uint8_t frames = 1) { return NULL; }
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,

Callers 1

displayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected