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