diff options
Diffstat (limited to 'wasp/boards/simulator/main.py')
| -rw-r--r-- | wasp/boards/simulator/main.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/wasp/boards/simulator/main.py b/wasp/boards/simulator/main.py index e63d469..f06ea30 100644 --- a/wasp/boards/simulator/main.py +++ b/wasp/boards/simulator/main.py @@ -26,9 +26,13 @@ wasp.system.set_weather_info({ # with backlight activations. wasp.system.blank_after = 300 +# from apps.chrono import ChronoApp + # Replace the default (digital) clock with an alternative # (digital) clock with this alternative. -#wasp.system.register('apps.chrono.ChronoApp', watch_face=True) +wasp.system.register('apps.analog24.Analog24App', True) +# wasp.system.register('apps.chrono.ChronoApp', True) +# wasp.system.register('apps.clock.ClockApp', True) # Enable the demostration application #wasp.system.register('apps.demo.DemoApp') |
