| Age | Commit message (Collapse) | Author |
|
This is an incompatible change... older 2-bit images will need to be
re-encoded to display correctly.
|
|
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).
|
|
|
|
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).
|
|
From here we can also bring colour to the launcher!
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
Includes splash screen support using res/pinedfu.png.
|
|
|