aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/BatteryInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Refresh reworkRiku Isokoski2021-07-191-4/+2
|
* Merge branch 'lvgl_use_system_tick' of ↵Jean-François Milants2021-07-131-3/+0
|\ | | | | | | | | | | | | | | https://github.com/Riksu9000/InfiniTime into Riksu9000-lvgl_use_system_tick # Conflicts: # src/displayapp/screens/BatteryInfo.cpp # src/displayapp/screens/BatteryInfo.h
| * LVGL use system tickRiku Isokoski2021-07-071-3/+0
| |
* | Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2021-07-111-1/+1
|/ | | | Refactor battery percent : only use uint8_t to store the battery % remaining.
* Float voltage to int (#444)Riku Isokoski2021-07-021-1/+1
| | | | * Change voltage float to millivolt integer * Explain the ADC to milliVolts conversion
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-23/+18
|
* Big UI and navigation RewriteJoaquim2021-04-041-0/+49
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...