Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bmorcelli/Launcher
/ pushSprite
Method
pushSprite
include/VectorDisplay.h:517–517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
/*TODO: stubs*/
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
Callers
1
display
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected