Skip to content

Commit

Permalink
reduce tft init delay
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Aug 26, 2021
1 parent 95e7610 commit 79b4226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/tft_io/tft_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if (lcd_id != 0xFFFFFFFF) return;
#endif

// io.Init();
delay(100);
delay(50);

#if TFT_DRIVER != AUTO
lcd_id = TFT_DRIVER;
Expand Down

0 comments on commit 79b4226

Please sign in to comment.