summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/BatteryInfo.h
AgeCommit message (Collapse)Author
2021-11-28Merge branch 'restructure_includes' of ↵Jean-François Milants
https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h
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-11-15BatteryInfo: remove unused FreeRTOS.h and timer.h includesReinhold Gschweicher
2021-07-19Refresh reworkRiku Isokoski
2021-07-13Merge branch 'lvgl_use_system_tick' of ↵Jean-François Milants
https://github.com/Riksu9000/InfiniTime into Riksu9000-lvgl_use_system_tick # Conflicts: # src/displayapp/screens/BatteryInfo.cpp # src/displayapp/screens/BatteryInfo.h
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-07-07LVGL use system tickRiku Isokoski
2021-07-02Float voltage to int (#444)Riku Isokoski
* Change voltage float to millivolt integer * Explain the ADC to milliVolts conversion
2021-04-24Changed access modified indentationAvamander
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-04Big UI and navigation RewriteJoaquim
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...