浏览代码

🐛 Fix LCD define typos

Scott Lahteine 4 年前
父节点
当前提交
a006752fc2

+ 1
- 1
Marlin/src/lcd/extui/dgus/fysetc/DGUSDisplayDef.h 查看文件

@@ -51,7 +51,7 @@ enum DGUSLCD_Screens : uint8_t {
51 51
   DGUSLCD_SCREEN_KILL                = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
52 52
   DGUSLCD_SCREEN_WAITING             = 251,
53 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 57
 // Display Memory layout used (T5UID)

+ 1
- 1
Marlin/src/lcd/extui/dgus/hiprecy/DGUSDisplayDef.h 查看文件

@@ -51,7 +51,7 @@ enum DGUSLCD_Screens : uint8_t {
51 51
   DGUSLCD_SCREEN_KILL                 = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
52 52
   DGUSLCD_SCREEN_WAITING              = 251,
53 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 57
 // Display Memory layout used (T5UID)

+ 1
- 1
Marlin/src/lcd/extui/dgus/mks/DGUSDisplayDef.h 查看文件

@@ -238,7 +238,7 @@ enum DGUSLCD_Screens : uint8_t {
238 238
   DGUSLCD_SCREEN_KILL                   = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
239 239
   DGUSLCD_SCREEN_WAITING                = 251,
240 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 查看文件

@@ -46,7 +46,7 @@ enum DGUSLCD_Screens : uint8_t {
46 46
   DGUSLCD_SCREEN_KILL                = 250, ///< Kill Screen. Must always be 250 (to be able to display "Error wrong LCD Version")
47 47
   DGUSLCD_SCREEN_WAITING             = 251,
48 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 52
 // Display Memory layout used (T5UID)

正在加载...
取消
保存