summaryrefslogtreecommitdiff
path: root/wasp/apps
AgeCommit message (Expand)Author
2020-08-16README: Add a (fairly) comprehensive screenshot tourDaniel Thompson
2020-08-15apps: stopwatch: Add NEXT supportDaniel Thompson
2020-07-24StatusBar: Rename and add BLE connection status iconDaniel Thompson
2020-07-19Introduction basic notification supportDaniel Thompson
2020-06-27apps: stopwatch: Improve splits... and colour schemeDaniel Thompson
2020-06-25ppg: Pull the PPG signal processing into a seperate libraryDaniel Thompson
2020-06-24apps: heart: Initial heart rate detectionDaniel Thompson
2020-06-22apps: heart: Introduce simple app for the heart rate sensorDaniel Thompson
2020-06-22wasp: Switch to the faster fill routinesDaniel Thompson
2020-06-22apps: testapp: Filled rectangle drawing benchmarksDaniel Thompson
2020-06-12apps: [steps,stopwatch]: Increase font size of clockDaniel Thompson
2020-06-12apps: steps: Fix the overnight step counter resetDaniel Thompson
2020-06-09wasp: apps: Step counter applicationDaniel Thompson
2020-05-24apps: settings: Adopt the slider... it looks more interestingDaniel Thompson
2020-05-24widgets: Introduce a slider widgetDaniel Thompson
2020-05-18apps: gameoflife: Better pixel colour selectionDaniel Thompson
2020-05-18draw565: Switch to a different palette for RLE 2-bit imagesDaniel Thompson
2020-05-17apps: demo: Move the logo into the demo appDaniel Thompson
2020-05-17apps: demo: Move the demo code into a fully fledged applicationDaniel Thompson
2020-05-14wasp: Even more docstringsDaniel Thompson
2020-05-11docs: Introduce the Application Writer's Guide.Daniel Thompson
2020-05-10apps: template: Fix broken docstringDaniel Thompson
2020-05-10wasp: apps: Remove __init__.pyDaniel Thompson
2020-04-26apps: launcher: Add a scroll ready indicatorDaniel Thompson
2020-04-26apps: launcher: Make app.ICON optionalDaniel Thompson
2020-04-26apps: stopwatch: Fix redraw bug (and remove some old test code)Daniel Thompson
2020-04-26wasp: nrf_rtc: Add a tiny bit of extra resolutionDaniel Thompson
2020-04-18wasp: apps: Conway's Game of LifeDaniel Thompson
2020-04-14wasp: Manager: Bring in proper separation of appsDaniel Thompson
2020-04-14wasp: stopwatch: Replace the stub with a "real" implementationDaniel Thompson
2020-04-12WIP: Introduce the quick_ringDaniel Thompson
2020-04-12wasp: template: Implement optional application methodsDaniel Thompson
2020-04-12wasp: apps: Add shortcuts to all appsDaniel Thompson
2020-04-12wasp: testapp: Sort tests alphabeticallyDaniel Thompson
2020-04-11docs: Fix warnings and add a few extra apps to the docsDaniel Thompson
2020-04-11wasp: On-device crash reportingDaniel Thompson
2020-04-10wasp: apps: Add a new (super simple) settings appDaniel Thompson
2020-04-10wasp: draw565: Automatic RLE format conversionDaniel Thompson
2020-04-06wasp: testapp: Add RLE drawing benchmarks.Daniel Thompson
2020-04-06wasp: launcher: Experimental launcher implementationDaniel Thompson
2020-04-06wasp: widgets: Add a scrolling indicatorDaniel Thompson
2020-04-06wasp: testapp: Add an option to force an exceptionDaniel Thompson
2020-04-06wasp: manager: make sleep() and background() callbacks optionalDaniel Thompson
2020-04-06wasp: Add button presses to the event system.Daniel Thompson
2020-04-06apps: Remove unused support for effect animationDaniel Thompson
2020-04-06wasp: Get the terminology straightDaniel Thompson
2020-03-26wasp: Add support for brightness caching and keep-awake signallingDaniel 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