| Age | Commit message (Collapse) | Author |
|
This reverts commit b0aadd14e6867b80f7357d4e162180aa9d9ba075.
|
|
This reverts commit b72a3ed87d9797f7746d6fbdb348972401e4414b.
|
|
|
|
When the screen switches, the full screen needs to be refreshed for the
hardware scrolling to work. This was enforced with backgroundLabels, but
is simpler to do with a rounder function.
|
|
correctly after a full refresh (HW scrolling transition).
Code cleaning and rename methods.
|
|
Don't use relative imports like `../foo.h` as those depend on the
relative position of both files. Rather than that use imports relative
to the `src` directory, which explicitly is part of the include
directories.
|
|
|
|
* built timer app
* Style improvements
* making sure buttons stay hidden when the app is reopened and reappear after the timer runs out
* more sensible calculations of time deltas. eliminated that mysterious scaling factor
* changing the timer icon
|