mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-17 23:18:34 +00:00
🐛 Fix LCD define typos
This commit is contained in:
parent
f2f23e8097
commit
927a1a1738
4 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ enum DGUSLCD_Screens : uint8_t {
|
||||||
DGUSLCD_SCREEN_KILL = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
|
DGUSLCD_SCREEN_KILL = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
|
||||||
DGUSLCD_SCREEN_WAITING = 251,
|
DGUSLCD_SCREEN_WAITING = 251,
|
||||||
DGUSLCD_SCREEN_POPUP = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
|
DGUSLCD_SCREEN_POPUP = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
|
||||||
DGUSLDC_SCREEN_UNUSED = 255
|
DGUSLCD_SCREEN_UNUSED = 255
|
||||||
};
|
};
|
||||||
|
|
||||||
// Display Memory layout used (T5UID)
|
// Display Memory layout used (T5UID)
|
||||||
|
|
|
@ -51,7 +51,7 @@ enum DGUSLCD_Screens : uint8_t {
|
||||||
DGUSLCD_SCREEN_KILL = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
|
DGUSLCD_SCREEN_KILL = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
|
||||||
DGUSLCD_SCREEN_WAITING = 251,
|
DGUSLCD_SCREEN_WAITING = 251,
|
||||||
DGUSLCD_SCREEN_POPUP = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
|
DGUSLCD_SCREEN_POPUP = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
|
||||||
DGUSLDC_SCREEN_UNUSED = 255
|
DGUSLCD_SCREEN_UNUSED = 255
|
||||||
};
|
};
|
||||||
|
|
||||||
// Display Memory layout used (T5UID)
|
// Display Memory layout used (T5UID)
|
||||||
|
|
|
@ -238,7 +238,7 @@ enum DGUSLCD_Screens : uint8_t {
|
||||||
DGUSLCD_SCREEN_KILL = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
|
DGUSLCD_SCREEN_KILL = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
|
||||||
DGUSLCD_SCREEN_WAITING = 251,
|
DGUSLCD_SCREEN_WAITING = 251,
|
||||||
DGUSLCD_SCREEN_POPUP = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
|
DGUSLCD_SCREEN_POPUP = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
|
||||||
DGUSLDC_SCREEN_UNUSED = 255
|
DGUSLCD_SCREEN_UNUSED = 255
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ enum DGUSLCD_Screens : uint8_t {
|
||||||
DGUSLCD_SCREEN_KILL = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
|
DGUSLCD_SCREEN_KILL = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
|
||||||
DGUSLCD_SCREEN_WAITING = 251,
|
DGUSLCD_SCREEN_WAITING = 251,
|
||||||
DGUSLCD_SCREEN_POPUP = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
|
DGUSLCD_SCREEN_POPUP = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
|
||||||
DGUSLDC_SCREEN_UNUSED = 255
|
DGUSLCD_SCREEN_UNUSED = 255
|
||||||
};
|
};
|
||||||
|
|
||||||
// Display Memory layout used (T5UID)
|
// Display Memory layout used (T5UID)
|
||||||
|
|
Loading…
Reference in a new issue