diff --git a/Firmware/ultralcd_implementation_hitachi_HD44780.h b/Firmware/ultralcd_implementation_hitachi_HD44780.h index aa40f46d4..dcb4f39a3 100644 --- a/Firmware/ultralcd_implementation_hitachi_HD44780.h +++ b/Firmware/ultralcd_implementation_hitachi_HD44780.h @@ -952,7 +952,7 @@ static void lcd_implementation_status_screen() if (custom_message_type == 3) { lcd.print(lcd_status_message); if (pid_cycle <= pid_number_of_cycles && custom_message_state > 0) { - lcd.setCursor(10, 3); + lcd.setCursor(15, 3); lcd.print(itostr3(pid_cycle)); lcd.print('/');