summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/BatteryIcon.cpp
AgeCommit message (Collapse)Author
2022-06-07Inline BatteryIcon::GetObjectMichele Bini
2022-04-25New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski
2021-11-15Move up file header include to topReinhold Gschweicher
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
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 Milants
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 Milants
Refactor battery percent : only use uint8_t to store the battery % remaining.
2021-06-09Update BatteryIcon.cpphassless
Improvement to the mapping of battery percentage to the battery icon to be displayed.
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-01-16Converted all the other float usage to int.panky-codes
2020-11-16Include cleanup: displayapp + screensokaestne
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander