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

Method clearImgArea

include/MenuItemInterface.h:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 tft.fillRect(iconAreaX, iconAreaY, iconAreaW, iconAreaH, bruceConfig.bgColor);
131 }
132 void clearImgArea(void) { tft.fillRect(7, 27, tftWidth - 14, tftHeight - 34, bruceConfig.bgColor); }
133 void resetCoordinates(void) {
134 // Recalculate Center and ared due to portrait/landscape changings
135 if (tftWidth > tftHeight) {

Callers

nothing calls this directly

Calls 1

fillRectMethod · 0.45

Tested by

no test coverage detected