summaryrefslogtreecommitdiff
path: root/wasp/manager.py
AgeCommit message (Collapse)Author
2020-03-22Rename manager.py and expose its interfaces to all applicationsDaniel Thompson
This is a big change that break compatiblity with existing applications *and* with existing installed versions of main.py. When upgrading it is import to update main.py: ./tools/wasptool --upload wasp/main.py
2020-03-13wasp: Rotate the swipe UI by 90 degreesDaniel Thompson
This is something of an experiment but now the app roll is traversed using horizontal swipes and applications should primarily use vertical swipes to navigate internally. This is mostly because if "feels" better but it also leaves the vertical scrolling hardware available for use by the app.
2020-03-08wasp: testapp: Extend with a string render testDaniel Thompson
2020-03-08wasp: manager: Blankt the display during app transitionsDaniel Thompson
2020-03-08wasp: Move the apps into their own directory.Daniel Thompson
2020-03-08wasp: Integrate the touch driverDaniel Thompson
At this point we are starting to bring an event model for applications but there's still a long way to go!
2020-03-07wasp: manager: Start refining the application interfaceDaniel Thompson
This is the first step in starting to formalize the seperation of applications from the system manager.
2020-02-04wasp: manager: Wake up on a change of charging stateDaniel Thompson
2020-02-03wasp: manager: Avoid spurious garbage collectionDaniel Thompson
Running garbage collection when idle it a waste of power...
2020-02-03wasp: Add simple clock appDaniel Thompson
At this point both the simulator and a PineTime will come up and show a clock (although in the case of the PineTime the clock will just come up at 12:00).