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

Method continue

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

Source from the content-addressed store, hash-verified

442 delete area.continue;
443 }
444 continue() {
445 const epd = this.#epd;
446
447 epd.select.write(1);
448 epd.writeCommand(IT8951_TCON_LD_IMG_END);
449
450 this.#area.continue = true;
451 }
452 adaptInvalid(area) {
453 if (area.x & 3) {
454 area.w += area.x & 3;

Callers

nothing calls this directly

Calls 2

writeCommandMethod · 0.80
writeMethod · 0.65

Tested by

no test coverage detected