Bläddra i källkod

Print a space after scrolling status

Scott Lahteine 6 år sedan
förälder
incheckning
64389acdf1
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      Marlin/src/lcd/dogm/status_screen_DOGM.cpp

+ 1
- 0
Marlin/src/lcd/dogm/status_screen_DOGM.cpp Visa fil

559
           if (--chars) {
559
           if (--chars) {
560
             // Print a second copy of the message
560
             // Print a second copy of the message
561
             lcd_put_u8str_max(status_message, LCD_PIXEL_WIDTH - (rlen + 2) * (MENU_FONT_WIDTH));
561
             lcd_put_u8str_max(status_message, LCD_PIXEL_WIDTH - (rlen + 2) * (MENU_FONT_WIDTH));
562
+            lcd_put_wchar(' ');
562
           }
563
           }
563
         }
564
         }
564
       }
565
       }

Laddar…
Avbryt
Spara