Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://gitlab.com/purlupar/wasp-faces

watchfaces for wasp-os
https://gitlab.com/purlupar/wasp-faces

Last synced: 3 months ago
JSON representation

watchfaces for wasp-os

Lists

README

        

* wasp-faces: Watchfaces for the PineTime

These are watchfaces and a watchapp for Daniel Thompson's [[https://github.com/daniel-thompson/wasp-os][Watch Application System in
Python]] (wasp os) for the [[https://www.pine64.org/pinetime/][PineTime smartwatch]].

#+BEGIN_SRC shell
# Testing a watchface:
$ wasptool --exec filename.py --eval "wasp.system.applications.append(FilenameApp())" --console
Watch is running, use Ctrl-C to stop
#+END_SRC

To *install* a watchface or watchapp ~filename.py~, move it to
~wasp/apps~, then ~import filename~ and list ~FilenameApp()~ (defined
in filename) in ~wasp/manager.py~, and finally add ~apps/filename.py~
to the 'freeze' list ~wasp/boards/pinetime/manifest.py~.

** Update <2020-06-16 Di>
The chrono (analogue) and literal watchfaces now work with current
wasp-os 0.2.
** Older updates
*** Chrono 2.4 Update
+ analogue day-of-week
+ analogue battery + charging state
** Screenshots (may deviate!)
** ~chrono10.py~
[[file:screenshots/chrono10.png]]
** ~chrono.py~
[[file:screenshots/chrono.png]]
** ~analogue.py~
[[file:screenshots/analog2.jpeg]]
** ~analogue.py~ (the original!)
[[file:screenshots/analog.jpeg]]
** ~literal.py~
[[file:screenshots/literal.jpg]]
** ~settimeapp.py~
(no screenshot)