diff options
| author | Wolfgang Ginolas <wolfgang.ginolas@gwif.eu> | 2020-12-31 16:18:13 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-10 16:02:35 (GMT) |
| commit | 5b74c45e58eedddf3432b595822989afba8bf3a4 (patch) | |
| tree | f524373a333b23210273f57a2acfdca4bba09fa5 /wasp/apps/software.py | |
| parent | 4e9a576a2df3476a19522df177f845fade7b1fa6 (diff) | |
apps: timer: Add a countdown timer application
Signed-off-by: Wolfgang Ginolas <wolfgang.ginolas@gwif.eu>
[daniel@redfelineninja.org.uk: squashed into a single commit, rebase to
latest master, integrate with the Software application and rename the
screenshots to match the application name]
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/software.py')
| -rw-r--r-- | wasp/apps/software.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/apps/software.py b/wasp/apps/software.py index a39cce0..b8bea2c 100644 --- a/wasp/apps/software.py +++ b/wasp/apps/software.py @@ -22,6 +22,7 @@ class SoftwareApp(): ('snake', wasp.widgets.Checkbox(0, 40, 'Snake Game')), ('flashlight', wasp.widgets.Checkbox(0, 80, 'Torch')), ('testapp', wasp.widgets.Checkbox(0, 120, 'Test')), + ('timer', wasp.widgets.Checkbox(0, 160, 'Timer')), ) self.si = wasp.widgets.ScrollIndicator() self.page = 0 |
