summaryrefslogtreecommitdiff
path: root/wasp/manager.py
AgeCommit message (Collapse)Author
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).