Clear screen to color.
(self, color=0)
| 173 | print(f"[MockPager] flip() - frame #{self._draw_calls}") |
| 174 | |
| 175 | def clear(self, color=0): |
| 176 | """Clear screen to color.""" |
| 177 | if VERBOSE: |
| 178 | print(f"[MockPager] clear({color:#06x})") |
| 179 | |
| 180 | def get_ticks(self): |
| 181 | """Get milliseconds since init.""" |
no outgoing calls
no test coverage detected