summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Alarm.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski1-2/+2
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski1-4/+4
2022-02-13Improved alarm alert handlingRiku Isokoski1-7/+32
2022-02-12Fix switch default stateRiku Isokoski1-0/+2
2022-02-12Alarm: Fix missing stop button. Revert alert layoutRiku Isokoski1-4/+6
2022-02-12Alarm: Change checkable button for a switchRiku Isokoski1-24/+43
2022-01-31Added alarm 12 hour interfaceEli Weiss1-3/+33
2021-12-09Improved format specifiers, bracing, removed C-style casts, whitespace fixes ...Avamander1-2/+2
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-3/+3
2021-09-29Fixes based on code reviewsMaxim Leshchenko1-8/+8
2021-09-28Alarm: Close the popup with information about the time until alarm with the b...Maxim Leshchenko1-0/+11
2021-09-16Fixes per Riksu9000's feedbackMark Russell1-12/+15
2021-09-13License header fix, add missing bracesMark Russell1-1/+5
2021-09-13Fixes based on code reviews (formatting, UI code)Mark Russell1-33/+55
2021-09-10Created basic alarm appMark Russell1-0/+225