MCPcopy Create free account
hub / github.com/cbm80amiga/Arduino_ST7789_Fast / clearScreen

Method clearScreen

Arduino_ST7789_Fast.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 void pushColor(uint16_t color);
55 void fillScreen(uint16_t color=BLACK);
56 void clearScreen() { fillScreen(BLACK); }
57 void cls() { fillScreen(BLACK); }
58 void drawPixel(int16_t x, int16_t y, uint16_t color);
59 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