mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-16 08:52:37 +00:00
Fix T-Deck battery estimate
This commit is contained in:
@@ -146,6 +146,15 @@ bool supports_screen_brightness()
|
||||
return false;
|
||||
}
|
||||
|
||||
bool supports_configurable_battery_gauge()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void reload_configurable_battery_gauge()
|
||||
{
|
||||
}
|
||||
|
||||
uint8_t screen_brightness()
|
||||
{
|
||||
return s_screen_brightness;
|
||||
|
||||
Reference in New Issue
Block a user