Apps I created for my PineTime running wasp-os
calcurse.py: A calendar app that displays events from calcurse.- Swipe down to view later events
- Swipe up to view earlier events, and to view previous days
- Swipe left to view the next day
- Swipe right to exit the app
rich_clk.py: A clock app that displays:- The current time and date (24h format with seconds)
- Battery voltage
- Free RAM
- Uptime
- Number of steps recorded
- Number of apps loaded
- Install wasp-os on your PineTime.
- Clone this repository and the
wasp-osrepository:
git clone https://github.com/CyrilSLi/wasp-os-apps
git clone --recurse-submodules https://github.com/wasp-os/wasp-oss- Verify that
tools/wasptoolis executable:
wasp-os/tools/wasptool --help- Install
mpy-crossversion 1.13:
pip install mpy-cross==1.13- Compile and upload the apps:
cd wasp-os-apps
python -m mpy_cross -mno-unicode -O3 -march=armv7m calcurse.py
python -m mpy_cross -mno-unicode -O3 -march=armv7m rich_clk.py
/path/to/wasp-os/tools/wasptool --upload --binary calcurse.mpy
/path/to/wasp-os/tools/wasptool --upload --binary rich_clk.mpy.mpy- Convert your calcurse data to a format compatible with the app:
python process_calcurse_apts.py- Set
wasptool_pathinchunk_upload.pyto the path of your downloadedwasptool - Upload the calcurse data:
python chunk_upload.py