Init lcd message string programmatically

This commit is contained in:
Scott Lahteine 2018-02-14 05:08:06 -06:00
parent 8fbba6abd9
commit 6e4a7e2dcb
2 changed files with 2 additions and 1 deletions

View file

@ -13781,6 +13781,7 @@ void setup() {
#endif
lcd_init();
LCD_MESSAGEPGM(WELCOME_MSG);
#if ENABLED(SHOW_BOOTSCREEN)
lcd_bootscreen();