aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/BatteryInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* BatteryInfo App Redesign using arc (#2236)Titus2025-03-141-1/+1
| | | | | | | | | | Redesign BatteryInfo App using an Arch widget instead of a bar. The colors I used are as follows: - Discharging (default): green - Charging: lime - Battery full: blue - Battery low (<10%): red
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-1/+1
|
* displayapp: Make Battery class references constRiku Isokoski2023-02-241-2/+2
|
* Merge branch 'restructure_includes' of ↵Jean-François Milants2021-11-281-1/+1
|\ | | | | | | | | | | | | | | https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h
| * Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| | | | | | | | | | | | | | 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.
* | BatteryInfo: remove unused FreeRTOS.h and timer.h includesReinhold Gschweicher2021-11-151-2/+0
|/
* 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...