Closed GoogleCodeExporter closed 8 years ago
after constructor calls, before setup, all pins are indeed forced low on the
Due.
init must be delayed...
Original comment by olikr...@gmail.com
on 22 Feb 2013 at 11:12
U8GLIB::begin() and u8g_Begin() introduced.
to keep compatibility to old programms, the init is now done again inside the
U8GLIB class. This will lead to two calls to init on Arduino and single calls
to init on AVR systems.
Original comment by olikr...@gmail.com
on 23 Feb 2013 at 8:16
docu done and verified
Original comment by olikr...@gmail.com
on 23 Feb 2013 at 8:42
Original issue reported on code.google.com by
olikr...@gmail.com
on 22 Feb 2013 at 5:29