Browse Source

Fix screen change on character display

Scott Lahteine 7 years ago
parent
commit
b15e531464
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp View File

@@ -470,7 +470,7 @@ uint16_t max_display_update_time = 0;
470 470
         // For LCD_PROGRESS_BAR re-initialize custom characters
471 471
         lcd_set_custom_characters(screen == lcd_status_screen);
472 472
       #endif
473
-      lcdDrawUpdate = LCDVIEW_KEEP_REDRAWING;
473
+      lcdDrawUpdate = LCDVIEW_CALL_REDRAW_NEXT;
474 474
       screen_changed = true;
475 475
       #if ENABLED(DOGLCD)
476 476
         drawing_screen = false;

Loading…
Cancel
Save