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

Method display_full

epd_helper.py:108–115  ·  view source on GitHub ↗

Display image on EPD using full update.

(self, image)

Source from the content-addressed store, hash-verified

106 logger.error(f"Error clearing EPD: {e}")
107 raise
108
109 def display_full(self, image):
110 """Display image on EPD using full update."""
111 try:
112 self.epd.display(self.epd.getbuffer(image))
113 logger.info("Full display update complete.")
114 except Exception as e:
115 logger.error(f"Error during full display update: {e}")
116 raise
117
118 def sleep(self):

Callers 1

_show_epaper_transitionFunction · 0.80

Calls 4

infoMethod · 0.80
errorMethod · 0.80
displayMethod · 0.45
getbufferMethod · 0.45

Tested by

no test coverage detected