Translation note

This commit is contained in:
Ben V. Brown
2017-10-07 11:58:19 +11:00
parent 64dbd7d32e
commit ee9029703b
2 changed files with 6 additions and 1 deletions

View File

@@ -672,7 +672,7 @@ void startGUITask(void const * argument) {
lcd.clearScreen(); //Ensure the buffer starts clean
lcd.setCursor(0, 0); //Position the cursor at the 0,0 (top left)
lcd.setFont(1); //small font
lcd.print((char*) "V2.00"); //Print version number
lcd.print((char*) "V2.00a4"); //Print version number
lcd.setCursor(0, 8); //second line
lcd.print(__DATE__); //print the compile date
lcd.refresh();