summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2020-06-27boards: simulator: Add swipe detection and button supportDaniel Thompson
Currently the simulator relies on the keyboard to issue touchscreen gestures and button presses. Fix this by adding swipe detection and introducing a skin which gives us the capability to press the button using touchscreens or pointer devices. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-06-17Adds P8 button on right png for bootloaderSteveAmor
Signed-off-by: Steve Amor <steveamor@users.noreply.github.com> [daniel@redfelineninja.org.uk: Adopt corresponding bootloader version]
2020-06-09wasp: apps: Step counter applicationDaniel Thompson
Currently there's no fancy algorithms to estimate stride length. Just pure simple step counting directly from the hardware's "intelligence engine". Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-05-24widgets: Introduce a slider widgetDaniel Thompson
Currently the slider doesn't actually slide (because we process touch events rather than swipe events) but we've called is a slider anyway.
2020-05-18draw565: Switch to a different palette for RLE 2-bit imagesDaniel Thompson
This is an incompatible change... older 2-bit images will need to be re-encoded to display correctly.
2020-05-17apps: demo: Move the logo into the demo appDaniel Thompson
The logo module is currently unused but it simply sits there consuming flash. Let's shift it to the demo app to is can consume RAM instead (but only when we upload the demo to the watch).
2020-04-18wasp: apps: Conway's Game of LifeDaniel Thompson
2020-04-11wasp: On-device crash reportingDaniel Thompson
If an application crashes let's report it on the device so it can be distinguished from a hang (if nothing else it should mean we get better bug reports).
2020-04-10wasp: draw565: Automatic RLE format conversionDaniel Thompson
From here we can also bring colour to the launcher!
2020-04-06wasp: launcher: Experimental launcher implementationDaniel Thompson
It is not really the launcher itself that is immature. Rather that the framework and UI concepts to move between applications isn't complete yet.
2020-04-06res: Switch from indexed to RGB modeDaniel Thompson
Indexed mode doesn't work with the new 2-bit encoder and adopting RGB mode means we can compare the efficiency of the various possible encodings.
2020-02-09wasp: res: Add original source for battery iconDaniel Thompson
2020-02-04README: Update prior to initial announcementDaniel Thompson
2020-02-03wasp: fonts: Add a large font for digital clock appsDaniel Thompson
2020-01-28bootloader: Adopt latest bootloaderDaniel Thompson
Includes splash screen support using res/pinedfu.png.
2020-01-28res: Add original source artwork for content in logo.pyDaniel Thompson