Periodically update the shared data with the latest system information.
(self)
| 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 |
nothing calls this directly
no test coverage detected