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

Method clearIconArea

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

Source from the content-addressed store, hash-verified

127 MenuItemInterface(const String &name) : _name(name) {}
128
129 void clearIconArea(void) {
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

Callers

nothing calls this directly

Calls 1

fillRectMethod · 0.45

Tested by

no test coverage detected