Skip to content

Commit

Permalink
Correct the capitalisation of the Speedsaver name
Browse files Browse the repository at this point in the history
  • Loading branch information
sc6502 committed Jul 7, 2021
1 parent 7b9aa02 commit d48637c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navit/graphics/ssd1306/graphics_ssd1306.cpp
Expand Up @@ -245,7 +245,7 @@ show_stationary_display(struct graphics_priv *ssd1306, const latlong_pos &curren
dbg(lvl_info,"Tick %ld, pos=%f,%f\n", current_tick, current_pos.lat, current_pos.lng);
bool isBlanked = ssd1306->last_draw_time + display_blank_timeout < current_tick;
if ( isBlanked ) {
const char *msg = "SpeedSaver";
const char *msg = "Speedsaver";
int width = -((int)strlen(msg) * 6);
int height= display.height() - 8;
if( ssd1306->ss_xpos <= width ) {
Expand Down

0 comments on commit d48637c

Please sign in to comment.