We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0838a2f commit c6f1491Copy full SHA for c6f1491
Arduino_Pedelec_Controller/display.cpp
@@ -1129,6 +1129,7 @@ static void display_nokia_view_human()
1129
lcd.print(MY_F(" CAD "));
1130
lcd.print(cad);
1131
lcd.print(MY_F(" "));
1132
+#if defined(SUPPORT_XCELL_RT) || defined(SUPPORT_SEMPU) //show left bar with human and battery wh
1133
lcd.setCursor(3,3); //print human power centered
1134
lcd.print(MY_F(" W ")); lcd.print(power_human,0);
1135
0 commit comments