MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / clear

Method clear

modules/drivers/it8951/it8951.js:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 delete this.busy;
159 }
160 clear() {
161 this.updateFull(UpdateMode.INIT);
162 }
163 updateFull(mode) {
164 this.updateArea(0, 0, M5EPD_PANEL_W, M5EPD_PANEL_H, mode);
165 }

Callers 6

setSchemeMethod · 0.45
stopMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45
configureMethod · 0.45
closeMethod · 0.45

Calls 1

updateFullMethod · 0.95

Tested by

no test coverage detected