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 Nov 3, 2024
1 parent 49eb3ba commit 7bc135e
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 @@ -82,7 +82,7 @@ void TFT_IO::InitTFT() {
#endif

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

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

0 comments on commit 7bc135e

Please sign in to comment.