Browse Source

🐛 Fix LCD define typos

Scott Lahteine 4 years ago
parent
commit
a006752fc2

+ 1
- 1
Marlin/src/lcd/extui/dgus/fysetc/DGUSDisplayDef.h View File

51
   DGUSLCD_SCREEN_KILL                = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
51
   DGUSLCD_SCREEN_KILL                = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
52
   DGUSLCD_SCREEN_WAITING             = 251,
52
   DGUSLCD_SCREEN_WAITING             = 251,
53
   DGUSLCD_SCREEN_POPUP               = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
53
   DGUSLCD_SCREEN_POPUP               = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
54
-  DGUSLDC_SCREEN_UNUSED              = 255
54
+  DGUSLCD_SCREEN_UNUSED              = 255
55
 };
55
 };
56
 
56
 
57
 // Display Memory layout used (T5UID)
57
 // Display Memory layout used (T5UID)

+ 1
- 1
Marlin/src/lcd/extui/dgus/hiprecy/DGUSDisplayDef.h View File

51
   DGUSLCD_SCREEN_KILL                 = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
51
   DGUSLCD_SCREEN_KILL                 = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
52
   DGUSLCD_SCREEN_WAITING              = 251,
52
   DGUSLCD_SCREEN_WAITING              = 251,
53
   DGUSLCD_SCREEN_POPUP                = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
53
   DGUSLCD_SCREEN_POPUP                = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
54
-  DGUSLDC_SCREEN_UNUSED               = 255
54
+  DGUSLCD_SCREEN_UNUSED               = 255
55
 };
55
 };
56
 
56
 
57
 // Display Memory layout used (T5UID)
57
 // Display Memory layout used (T5UID)

+ 1
- 1
Marlin/src/lcd/extui/dgus/mks/DGUSDisplayDef.h View File

238
   DGUSLCD_SCREEN_KILL                   = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
238
   DGUSLCD_SCREEN_KILL                   = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
239
   DGUSLCD_SCREEN_WAITING                = 251,
239
   DGUSLCD_SCREEN_WAITING                = 251,
240
   DGUSLCD_SCREEN_POPUP                  = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
240
   DGUSLCD_SCREEN_POPUP                  = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
241
-  DGUSLDC_SCREEN_UNUSED                 = 255
241
+  DGUSLCD_SCREEN_UNUSED                 = 255
242
 };
242
 };
243
 
243
 
244
 
244
 

+ 1
- 1
Marlin/src/lcd/extui/dgus/origin/DGUSDisplayDef.h View File

46
   DGUSLCD_SCREEN_KILL                = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
46
   DGUSLCD_SCREEN_KILL                = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
47
   DGUSLCD_SCREEN_WAITING             = 251,
47
   DGUSLCD_SCREEN_WAITING             = 251,
48
   DGUSLCD_SCREEN_POPUP               = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
48
   DGUSLCD_SCREEN_POPUP               = 252, ///< special target, popup screen will also return this code to say "return to previous screen"
49
-  DGUSLDC_SCREEN_UNUSED              = 255
49
+  DGUSLCD_SCREEN_UNUSED              = 255
50
 };
50
 };
51
 
51
 
52
 // Display Memory layout used (T5UID)
52
 // Display Memory layout used (T5UID)

Loading…
Cancel
Save