Init LCD welcome message programmatically

This commit is contained in:
Scott Lahteine
2018-02-14 05:09:44 -06:00
parent f0debfd2fc
commit 93c0198b2d
2 changed files with 2 additions and 1 deletions

View File

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