summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/BatteryIcon.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-04-25New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski1-12/+23
2021-11-15Move up file header include to topReinhold Gschweicher1-1/+1
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-2/+2
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.
2021-08-10Merge branch 'improve-battery-percentage-to-battery-icon-mapping' of ↵Jean-François Milants1-4/+4
https://github.com/hassless/InfiniTime into hassless-improve-battery-percentage-to-battery-icon-mapping # Conflicts: # src/displayapp/screens/BatteryIcon.cpp
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants1-1/+2
Refactor battery percent : only use uint8_t to store the battery % remaining.
2021-06-09Update BatteryIcon.cpphassless1-4/+4
Improvement to the mapping of battery percentage to the battery icon to be displayed.
2021-04-24Reformatted all the files according to clang-format styleAvamander1-7/+12
2021-01-16Converted all the other float usage to int.panky-codes1-5/+5
2020-11-16Include cleanup: displayapp + screensokaestne1-0/+1
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander1-0/+21