diff options
Diffstat (limited to 'wasp/apps/chrono.py')
| -rw-r--r-- | wasp/apps/chrono.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wasp/apps/chrono.py b/wasp/apps/chrono.py index 3eae3a1..4496a83 100644 --- a/wasp/apps/chrono.py +++ b/wasp/apps/chrono.py @@ -50,6 +50,11 @@ class ChronoApp(): """Periodic callback to update the display.""" self._draw() + def preview(self): + """Provide a preview for the watch face selection.""" + wasp.system.bar.clock = False + self._draw(True) + def _draw(self, redraw=False): """Draw or lazily update the display. |
