summaryrefslogtreecommitdiff
path: root/wasp/clock.py
AgeCommit message (Collapse)Author
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-23wasp: clock: Add some docstringsDaniel Thompson
2020-02-23clock: Reduce the update rate of the battery meterDaniel Thompson
In addition to the fix (which is simple) we also modify the button handling of the simulator because, rather by acident, it relies on the bugs in the battery meter redraw to ensure the simulator stays active.
2020-02-19wasp: clock: Add date indicationDaniel Thompson
2020-02-19wasp: Start collecting the fonts in a single directoryDaniel Thompson
2020-02-04wasp: clock: Tweak the greying of the high order digitsDaniel Thompson
2020-02-04wasp: clock: Reduce battery meter redrawsDaniel Thompson
The ADC on nRF doesn't run precisely stable which means the battery meter can flicker if updated too often. This will eventually be fixed by the framework but, for now, let's just force the update rate to be fairly slow.
2020-02-03wasp: clock: Add a simple battery meterDaniel Thompson
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).