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

Method refresh

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

Source from the content-addressed store, hash-verified

465 }
466 }
467 refresh() {
468 this.#epd.updateFull(UpdateMode.INIT);
469 }
470 get width() {
471 return (this.#epd._rotation & 1) ? M5EPD_PANEL_H : M5EPD_PANEL_W;
472 }

Callers 2

onDisplayingMethod · 0.45
switchScreenMethod · 0.45

Calls 1

updateFullMethod · 0.80

Tested by

no test coverage detected