diff --git a/README.md b/README.md index 90cfcb31..6c4820f6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/u8g2_logo.xcf b/doc/u8g2_logo.xcf new file mode 100644 index 00000000..3e0b505a Binary files /dev/null and b/doc/u8g2_logo.xcf differ diff --git a/doc/u8g2_logo_transparent_orange.png b/doc/u8g2_logo_transparent_orange.png new file mode 100644 index 00000000..7f158c12 Binary files /dev/null and b/doc/u8g2_logo_transparent_orange.png differ diff --git a/sys/tga/ref_man_pics_u8g2/main.c b/sys/tga/ref_man_pics_u8g2/main.c index 29851e91..c3f23c38 100644 --- a/sys/tga/ref_man_pics_u8g2/main.c +++ b/sys/tga/ref_man_pics_u8g2/main.c @@ -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);