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

Method fillRoundRect

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

Draw a filled rounded rectangle , corner radius r and bounding box defined by x,y and w,h

Source from the content-addressed store, hash-verified

611
612 // Draw a filled rounded rectangle , corner radius r and bounding box defined by x,y and w,h
613 void fillRoundRect(int32_t x, int32_t y, int32_t w, int32_t h, int32_t radius, uint32_t color, uint32_t bg_color) { }
614
615
616 void drawFastVLine(int16_t x, int16_t y, int16_t h, uint16_t color) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected