aboutsummaryrefslogtreecommitdiffstats
path: root/pico-watch.c
Commit message (Collapse)AuthorAge
* Create a sort of framework for appsConfuSomu2021-02-08
| | | | | Each app has its own init, render, bgrefresh and destroy functions. The app data array alllows apps to persist data between function calls.
* Move initalisation to init.h/init.cConfuSomu2021-02-07
|
* Set display contrast in defineConfuSomu2021-02-07
| | | | | This simplfies setting the display contrast. A low value is used to save a little power and also to have the OLED last a bit longer.
* Show dateConfuSomu2021-02-07
|
* Use custom function for time string formattingConfuSomu2021-02-06
|
* Implement clock baseConfuSomu2021-02-06
| | | | | | This is a very basic version of the clock used to make sure that everything works, and I can manage to show the time on the display. No button functions have been implemented yet. But, it works!
* Initial commitConfuSomu2021-01-31