max17055
This commit is contained in:
jLynx
2024-07-16 08:17:55 +12:00
committed by GitHub
parent 9ef58b7763
commit ae75540d35
10 changed files with 1122 additions and 18 deletions
@@ -50,7 +50,6 @@ class BattinfoView : public View {
uint8_t percent = 0;
uint16_t voltage = 0;
int32_t current = 0;
bool isCharging = false;
Labels labels{
{{2 * 8, 1 * 16}, "Percent:", Theme::getInstance()->fg_light->foreground},