Browse Source

Set scroll delay to 300ms

Alex Voinea 4 years ago
parent
commit
2fd192a95d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

@@ -335,7 +335,7 @@ static void lcd_filename_scroll() //this is a submenu
 		lcd_scrollTimer.start();
 		menu_back_scroll(lcd_encoder);
 	}
-	if(lcd_scrollTimer.expired(200) && (scrollPointer != NULL))
+	if(lcd_scrollTimer.expired(300) && (scrollPointer != NULL))
 	{
 		uint8_t i = LCD_WIDTH - ((_md->isDir)?2:1);
 		lcd_set_cursor(0, _md->row);