MCPcopy Create free account
hub / github.com/BruceDevices/firmware / drawWifiSmall

Function drawWifiSmall

src/core/display.cpp:1057–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055}
1056
1057void drawWifiSmall(int x, int y) {
1058 tft.fillRect(x, y, 16, 16, bruceConfig.bgColor);
1059 tft.fillCircle(x + 8, y + 13, 1, bruceConfig.priColor);
1060 tft.drawArc(x + 8, y + 13, 4, 6, 135, 225, bruceConfig.priColor, bruceConfig.bgColor);
1061 tft.drawArc(x + 8, y + 13, 9, 11, 135, 225, bruceConfig.priColor, bruceConfig.bgColor);
1062}
1063
1064void drawWebUISmall(int x, int y) {
1065 tft.fillRect(x, y, 16, 16, bruceConfig.bgColor);

Callers 1

drawStatusBarFunction · 0.85

Calls 3

fillRectMethod · 0.45
fillCircleMethod · 0.45
drawArcMethod · 0.45

Tested by

no test coverage detected