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

Method schedule_update_shared_data

display.py:164–168  ·  view source on GitHub ↗

Periodically update the shared data with the latest system information.

(self)

Source from the content-addressed store, hash-verified

162 # Frise position (x=0 since frise is resized to full display width)
163 self.frise_positions = {
164 "default": {
165 "x": 0,
166 "y": 160
167 }
168 }
169
170 try:
171 self.epd_helper = self.shared_data.epd_helper

Callers

nothing calls this directly

Calls 2

update_shared_dataMethod · 0.95
sleepMethod · 0.45

Tested by

no test coverage detected