Skip to content
Snippets Groups Projects
Commit 5d3862f9 authored by Dirk Eichel's avatar Dirk Eichel
Browse files

Modified u8glib logo on welcome screen

parent 0b320f75
Branches
Tags
No related merge requests found
...@@ -108,7 +108,7 @@ static void lcd_implementation_init() ...@@ -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() );
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment