readme + logo
This commit is contained in:
parent
4dfab87baf
commit
1fc8542578
|
@ -1,2 +1,4 @@
|
|||
# u8g2
|
||||
|
||||
![https://raw.githubusercontent.com/wiki/olikraus/u8g2/ref/u8g2_logo_transparent_orange.png](https://raw.githubusercontent.com/wiki/olikraus/u8g2/ref/u8g2_logo_transparent_orange.png)
|
||||
U8glib library for monochrome displays, version 2
|
||||
|
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 593 B |
|
@ -274,7 +274,6 @@ int main(void)
|
|||
u8g2_SetFont(&u8g2, u8g2_font_4x6_tr);
|
||||
u8g2_DrawStr(&u8g2, 1,54,"github.com/olikraus/u8g2");
|
||||
|
||||
|
||||
} while( u8g2_NextPage(&u8g2) );
|
||||
|
||||
u8g2_SetFontDirection(&u8g2, 0);
|
||||
|
|
Loading…
Reference in New Issue