MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / wipe_display

Function wipe_display

wipe_epd.py:44–49  ·  view source on GitHub ↗

Perform a full refresh + clear on the requested display profile.

(epd_type: str)

Source from the content-addressed store, hash-verified

42
43
44def wipe_display(epd_type: str) -> None:
45 """Perform a full refresh + clear on the requested display profile."""
46 helper = EPDHelper(epd_type)
47 helper.init_full_update()
48 helper.clear()
49 helper.sleep()
50
51
52def main() -> int:

Callers 1

mainFunction · 0.85

Calls 4

init_full_updateMethod · 0.95
clearMethod · 0.95
sleepMethod · 0.95
EPDHelperClass · 0.90

Tested by

no test coverage detected