Modified u8glib logo on welcome screen
This commit is contained in:
parent
0b320f75e9
commit
5d3862f9d1
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ static void lcd_implementation_init()
|
||||||
u8g.setFont(u8g_font_5x8);
|
u8g.setFont(u8g_font_5x8);
|
||||||
u8g.drawStr(62,55,"by STB");
|
u8g.drawStr(62,55,"by STB");
|
||||||
u8g.drawStr(62,61,"uses u");
|
u8g.drawStr(62,61,"uses u");
|
||||||
u8g.drawStr(92,61,"8");
|
u8g.drawStr90(92,61,"8");
|
||||||
u8g.drawStr(100,61,"glib");
|
u8g.drawStr(100,61,"glib");
|
||||||
} while( u8g.nextPage() );
|
} while( u8g.nextPage() );
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue