| Age | Commit message (Collapse) | Author |
|
This gives the simulator a more natural feel since the "swipe left" action
usually means "more a screen to the right". This will probably make
testing games impossible but makes it much easier to navigate the menus.
|
|
|
|
Moving it from applications into the watch is useful for two reasons.
Firstly it means applications don't need to know as much about the
display color depth and secondly it makes it easier to replace the
drawing routines with wasptool.
|
|
|
|
At this point we are starting to bring an event model for applications
but there's still a long way to go!
|
|
|
|
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.
|
|
|
|
Migrate the filling of the line buffer into a seperate function.
This does naturally reduce the cost of the loop management but
much more importantly allows us to use viper native code
generator.
|
|
In order to get best test coverage the act of reading the battery
results in the battery either charging or discharging.
|
|
|
|
|
|
|
|
|
|
Currently this just traces SPI activity from the ST7789 driver but its
a good baseline to start building up test functions from.
|