Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ updateFull
Method
updateFull
modules/drivers/it8951/it8951.js:163–165 ·
view source on GitHub ↗
(mode)
Source
from the content-addressed store, hash-verified
161
this.updateFull(UpdateMode.INIT);
162
}
163
updateFull(mode) {
164
this.updateArea(0, 0, M5EPD_PANEL_W, M5EPD_PANEL_H, mode);
165
}
166
checkAFSR() {
167
const
start = Date.now();
168
const
info =
new
Array(1);
Callers
2
clear
Method · 0.95
refresh
Method · 0.80
Calls
1
updateArea
Method · 0.95
Tested by
no test coverage detected