summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/BatteryInfo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-07-11Modify status text in BatteryInfo so it fits on screen (#437)kieranc1-4/+4
* Modify status text in BatteryInfo so it fits on screen
2021-07-02Float voltage to int (#444)Riku Isokoski1-15/+2
* Change voltage float to millivolt integer * Explain the ADC to milliVolts conversion
2021-04-24Reformatted all the files according to clang-format styleAvamander1-49/+44
2021-04-16In order to stabilize the battery reading,Joaquim1-5/+10
I modified the process to make 5 consecutive readings, as the process is asynchronous, there is no interference in the main process.
2021-04-04Big UI and navigation RewriteJoaquim1-0/+144
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...