()
| 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; |
nothing calls this directly
no test coverage detected