summaryrefslogtreecommitdiff
path: root/wasp/wasp.py
AgeCommit message (Collapse)Author
2020-04-06wasp: Factor out the sleep/wake codeDaniel Thompson
Pulling this out into a method allows it to be called by an application.
2020-03-26wasp: Add support for brightness caching and keep-awake signallingDaniel Thompson
2020-03-26wasp: Major documentation string improvements.Daniel Thompson
2020-03-26wasp: Move the constants into seperate container classesDaniel Thompson
2020-03-22Add licensing information for all wasp-os files.Daniel Thompson
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