summaryrefslogtreecommitdiff
path: root/wasp/boards
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/boards')
-rw-r--r--wasp/boards/manifest_240x240.py1
-rw-r--r--wasp/boards/simulator/main.py8
2 files changed, 9 insertions, 0 deletions
diff --git a/wasp/boards/manifest_240x240.py b/wasp/boards/manifest_240x240.py
index ccd4f64..2f59436 100644
--- a/wasp/boards/manifest_240x240.py
+++ b/wasp/boards/manifest_240x240.py
@@ -24,6 +24,7 @@ manifest = (
'apps/snake.py',
'apps/testapp.py',
'apps/timer.py',
+ 'apps/weather.py',
'apps/word_clock.py',
'fonts/__init__.py',
'fonts/clock.py',
diff --git a/wasp/boards/simulator/main.py b/wasp/boards/simulator/main.py
index 78a1168..618fae5 100644
--- a/wasp/boards/simulator/main.py
+++ b/wasp/boards/simulator/main.py
@@ -13,6 +13,14 @@ wasp.system.set_music_info({
'artist': 'Dreams of Bamboo',
})
+wasp.system.set_weather_info({
+ 'temp': '22',
+ 'hum': '100%',
+ 'txt': 'Cloudy',
+ 'wind': '25km/h',
+ 'loc': 'Toronto'
+})
+
# Increase the display blanking time to avoid spamming the console
# with backlight activations.