| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| | |
https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes
# Conflicts:
# doc/contribute.md
# src/displayapp/screens/BatteryInfo.h
|
| | |
| |
| |
| |
| |
| |
| | |
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.
|
| |/ |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| | |
https://github.com/Riksu9000/InfiniTime into Riksu9000-lvgl_use_system_tick
# Conflicts:
# src/displayapp/screens/BatteryInfo.cpp
# src/displayapp/screens/BatteryInfo.h
|
| | | |
|
| |/
|
|
| |
Refactor battery percent : only use uint8_t to store the battery % remaining.
|
| |
|
|
| |
* Change voltage float to millivolt integer
* Explain the ADC to milliVolts conversion
|
| | |
|
| | |
|
|
|
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...
|