V2.01 roundup
This commit is contained in:
@@ -9,8 +9,7 @@
|
|||||||
#define TRANSLATION_H_
|
#define TRANSLATION_H_
|
||||||
|
|
||||||
enum ShortNameType {
|
enum ShortNameType {
|
||||||
SHORT_NAME_SINGLE_LINE = 1,
|
SHORT_NAME_SINGLE_LINE = 1, SHORT_NAME_DOUBLE_LINE = 2,
|
||||||
SHORT_NAME_DOUBLE_LINE = 2,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -33,7 +32,6 @@ extern const char SettingRightChar;
|
|||||||
extern const char SettingLeftChar;
|
extern const char SettingLeftChar;
|
||||||
extern const char SettingAutoChar;
|
extern const char SettingAutoChar;
|
||||||
|
|
||||||
|
|
||||||
#define LANG_EN
|
#define LANG_EN
|
||||||
//#define LANG_RU
|
//#define LANG_RU
|
||||||
//#define LANG_ES
|
//#define LANG_ES
|
||||||
|
|||||||
@@ -726,7 +726,7 @@ void startGUITask(void const * argument) {
|
|||||||
lcd.clearScreen(); //Ensure the buffer starts clean
|
lcd.clearScreen(); //Ensure the buffer starts clean
|
||||||
lcd.setCursor(0, 0); //Position the cursor at the 0,0 (top left)
|
lcd.setCursor(0, 0); //Position the cursor at the 0,0 (top left)
|
||||||
lcd.setFont(1); //small font
|
lcd.setFont(1); //small font
|
||||||
lcd.print((char*) "V2.00"); //Print version number
|
lcd.print((char*) "V2.01"); //Print version number
|
||||||
lcd.setCursor(0, 8); //second line
|
lcd.setCursor(0, 8); //second line
|
||||||
lcd.print(__DATE__); //print the compile date
|
lcd.print(__DATE__); //print the compile date
|
||||||
lcd.refresh();
|
lcd.refresh();
|
||||||
|
|||||||
Reference in New Issue
Block a user