瀏覽代碼

DOGM: Slow down touchscreen calibration (#20454)

Tanguy Pruvot 4 年之前
父節點
當前提交
017d97fd0e
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      Marlin/src/lcd/dogm/u8g_dev_tft_upscale_from_128x64.cpp

+ 5
- 0
Marlin/src/lcd/dogm/u8g_dev_tft_upscale_from_128x64.cpp 查看文件

@@ -525,6 +525,11 @@ U8G_PB_DEV(u8g_dev_tft_320x240_upscale_from_128x64, WIDTH, HEIGHT, PAGE_HEIGHT,
525 525
       lcd_put_u8str(0, LCD_PIXEL_HEIGHT / 2, str);
526 526
     } while (u8g.nextPage());
527 527
     drawing_screen = false;
528
+    safe_delay(250);
529
+    if (calibration_stage == CALIBRATION_SUCCESS) {
530
+      safe_delay(500);
531
+      ui.goto_previous_screen();
532
+    }
528 533
   }
529 534
 
530 535
 #endif // TOUCH_SCREEN_CALIBRATION

Loading…
取消
儲存