Closed GoogleCodeExporter closed 8 years ago
added the for loop to "sw spi avr":
for( i = 0; i < 10; i++ )
u8g_MicroDelay();
probably this is too less and inacurate.
no change on parallel
Original comment by olikr...@gmail.com
on 2 Dec 2012 at 11:34
maybe add a "u8g_10MicroDelay()" for 10 usec
Original comment by olikr...@gmail.com
on 5 Dec 2012 at 5:33
delays added, do some testing
Original comment by olikr...@gmail.com
on 6 Dec 2012 at 8:36
probably there should be two timing values with each device
1. strobe length, multiple of 100ns
2. byte processing length, multiple of 1us
Original comment by olikr...@gmail.com
on 6 Dec 2012 at 10:41
this probably only applies to parallel devices
Original comment by olikr...@gmail.com
on 7 Dec 2012 at 9:45
some testing done, works with sw spi and parallel mode, but probably it is not
fully solved. Retest with fast processor like Arduino Due requred...
Will close this issue for now...
Original comment by olikr...@gmail.com
on 10 Dec 2012 at 10:13
Original issue reported on code.google.com by
olikr...@gmail.com
on 30 Oct 2012 at 4:38