erkanokman-zz/u8glib

u8g_DrawLine does not work for some values

Opened this issue · 0 comments

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