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

Method getBitmapSize

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

Source from the content-addressed store, hash-verified

509 }
510
511 uint32_t getBitmapSize(int16_t w, int16_t h, uint8_t depth=1, uint8_t flags=0) {
512
513 }
514
515 /*TODO: stubs*/
516 void* createSprite(int16_t width, int16_t height, uint8_t frames = 1) { return NULL; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected