summaryrefslogtreecommitdiff
path: root/src/displayapp/Messages.h
AgeCommit message (Collapse)AuthorFilesLines
2021-07-24Dim screen before sleep (#464)Riku Isokoski1-2/+4
* Implement dimming
2021-05-20Timer App (#355)Florian1-0/+1
* 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
2021-04-24Reformatted all the files according to clang-format styleAvamander1-2/+10
2021-04-04Big UI and navigation RewriteJoaquim1-1/+1
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants1-0/+11
as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy). CMake builds and docker have been modified accordingly. Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the