Fix T-Deck battery estimate

This commit is contained in:
Trail Mate Dev
2026-05-30 16:46:24 +08:00
parent ff98125e91
commit fad0ca9bb2
13 changed files with 417 additions and 103 deletions
@@ -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;