Quadnet1 / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

u8g_DrawLine does not work for some values #344

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in 8bit mode:
        u8g_DrawLine (&u8g, 63, 31, 255, 63);
will hang.

this is fixed in u8g_line.c (ifdef)

Original issue reported on code.google.com by olikr...@gmail.com on 2 Jun 2015 at 6:51