[android] add power consumption and battery status overlay (#22)
- adds the option to show power draw in amperes - shows if the battery is charging Signed-off-by: Aleksandr Popovich <alekpopo@pm.me> Co-authored-by: Aleksandr Popovich <alekpopo@pm.me> Reviewed-on: https://git.bixed.xyz/Bix/eden/pulls/22
This commit is contained in:
parent
9d60900ecf
commit
347d54bc26
10 changed files with 156 additions and 69 deletions
|
@ -178,6 +178,8 @@ ENUM(SpirvOptimizeMode, Never, OnLoad, Always);
|
|||
|
||||
ENUM(GpuOverclock, Low, Medium, High)
|
||||
|
||||
ENUM(TemperatureUnits, Celsius, Fahrenheit)
|
||||
|
||||
template <typename Type>
|
||||
inline std::string CanonicalizeEnum(Type id) {
|
||||
const auto group = EnumMetadata<Type>::Canonicalizations();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue