ItsAgi / u8glib

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

reset line #146

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
check with U8GLIB_LM6059 u8g(13, 11, 10, 9);
download on Due  
- add reset pin
- download to Due
- measure level at reset pin
- check the com device, which is used here, how is the reset generated

Original issue reported on code.google.com by olikr...@gmail.com on 22 Feb 2013 at 5:29

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
docu done and verified

Original comment by olikr...@gmail.com on 23 Feb 2013 at 8:42