Make lcd_bootscreen common to both

This commit is contained in:
Scott Lahteine 2017-07-02 00:35:41 -05:00
parent 859248433f
commit ae5923a3d0
4 changed files with 65 additions and 46 deletions

View file

@ -443,7 +443,7 @@ void lcd_printPGM_utf(const char *str, uint8_t n=LCD_WIDTH) {
lcd.setCursor(indent, 2); lcd.write('\x02'); lcd_printPGM(PSTR( "------" )); lcd.write('\x03');
}
void bootscreen() {
void lcd_bootscreen() {
const static PROGMEM byte corner[4][8] = { {
B00000,
B00000,