Skip to content

Commit

Permalink
Added christmas message
Browse files Browse the repository at this point in the history
  • Loading branch information
DocMoebiuz committed Dec 24, 2021
1 parent 945bfac commit c3fd075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MF_Modules/MFLCDDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ void MFLCDDisplay::test()
preLines = floor(_lines / 2) - 1;
}

_printCentered("MobiFlight", preLines++);
_printCentered("MF wishes", preLines++);
if (_lines > 1)
{
_printCentered("Rocks!", preLines++);
_printCentered("Happy Holidays!!", preLines++);
}

_lcdDisplay->setCursor(0, 0);
Expand Down

0 comments on commit c3fd075

Please sign in to comment.