mirror of
https://github.com/olikraus/u8g2.git
synced 2026-07-27 20:05:57 +00:00
readme + logo
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
# u8g2
|
||||
|
||||

|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user