diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-08-16 17:48:15 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-08-16 17:48:15 (GMT) |
| commit | 9877ea99bd5aed4c27414dd89de754202c256f26 (patch) | |
| tree | 788f52645bf89e67d3570b2a4a3070623f35107c /wasp/apps/clock.py | |
| parent | c5a4a14334913755a3c8b10b4d08c96c718b55b0 (diff) | |
README: Add a (fairly) comprehensive screenshot tour
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/clock.py')
| -rw-r--r-- | wasp/apps/clock.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wasp/apps/clock.py b/wasp/apps/clock.py index 4fc2487..17485c0 100644 --- a/wasp/apps/clock.py +++ b/wasp/apps/clock.py @@ -29,6 +29,11 @@ MONTH = 'JanFebMarAprMayJunJulAugSepOctNovDec' class ClockApp(): """Simple digital clock application. + + .. figure:: res/ClockApp.png + :width: 179 + + Screenshot of the clock application """ NAME = 'Clock' ICON = icons.clock |
