summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-12-27 09:13:49 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-12-27 09:13:49 (GMT)
commit726d5c855428239bba598a95f9a4a3e0e9c4f3aa (patch)
tree2ec5d07b3782d17dde6af523022b72d7615d0b7d /docs
parent0ae31a53b35332c590cae416dcaeebf88376ee65 (diff)
apps: chrono: Implement a simple analogue watch face
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
-rw-r--r--docs/apps.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/apps.rst b/docs/apps.rst
index c9a6bb4..f8779f0 100644
--- a/docs/apps.rst
+++ b/docs/apps.rst
@@ -23,6 +23,17 @@ treated as examples they are described in detail as part of the
Watch faces
-----------
+.. automodule:: apps.chrono
+
+This application is very simple and largely serves as an example of how to
+implement traditional watch faces.
+It is not included by default in any image.
+Instead it can be transferred to the device dynamically using wasptool:
+
+.. code-block:: sh
+
+ ./tools/wasptool --exec wasp/apps/chrono.py --eval 'wasp.system.register(ChronoApp())'
+
.. automodule:: apps.fibonacci_clock
This app is enabled by default in the simulator.