Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setScheme
Method · 0.45
stop
Method · 0.45
close
Method · 0.45
close
Method · 0.45
configure
Method · 0.45
close
Method · 0.45
Calls
1
updateFull
Method · 0.95
Tested by
no test coverage detected