Skip to content

Commit

Permalink
DOGM: Slow down touchscreen calibration (MarlinFirmware#20454)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot authored and RFBomb committed Dec 23, 2020
1 parent 255644e commit 6b6d1a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Marlin/src/lcd/dogm/u8g_dev_tft_upscale_from_128x64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,11 @@ U8G_PB_DEV(u8g_dev_tft_320x240_upscale_from_128x64, WIDTH, HEIGHT, PAGE_HEIGHT,
lcd_put_u8str(0, LCD_PIXEL_HEIGHT / 2, str);
} while (u8g.nextPage());
drawing_screen = false;
safe_delay(250);
if (calibration_stage == CALIBRATION_SUCCESS) {
safe_delay(500);
ui.goto_previous_screen();
}
}

#endif // TOUCH_SCREEN_CALIBRATION
Expand Down

0 comments on commit 6b6d1a1

Please sign in to comment.