Skip to content

Commit

Permalink
Missing directives for Sempu BB
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkie committed Oct 31, 2017
1 parent 0838a2f commit c6f1491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Arduino_Pedelec_Controller/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,7 @@ static void display_nokia_view_human()
lcd.print(MY_F(" CAD "));
lcd.print(cad);
lcd.print(MY_F(" "));
#if defined(SUPPORT_XCELL_RT) || defined(SUPPORT_SEMPU) //show left bar with human and battery wh
lcd.setCursor(3,3); //print human power centered
lcd.print(MY_F(" W ")); lcd.print(power_human,0);
lcd.print(MY_F(" "));
Expand Down

0 comments on commit c6f1491

Please sign in to comment.