Closed GoogleCodeExporter closed 9 years ago
Try to start with the ARM variant of u8glib. It also contains t a description
how to integrate u8glib into a complete unknown environment.
See also here: http://blog.bastelhalde.de/?p=759
Original comment by olikr...@gmail.com
on 5 Oct 2014 at 6:28
Thanks for the tips. I'm trying to implement the u8g_Delay() function in my
environment. However, I'm finding that I can't get a reliable delay of 1uS (I'm
not using a real-time OS, I'm using OpenWrt linux) ... how important is it to
get exactly 1uS/300uS/400uS etc.. do you think this will cause major issue?
For more detail I've got a post on SO:
http://stackoverflow.com/questions/27163501/delay-by-1-microsecond-in-c-mips-env
ironment
Original comment by omar.aljadda@gmail.com
on 27 Nov 2014 at 7:44
It is no problem to have a larger delay. However shorter delays may affect the
communication between the host and the display.
Original comment by olikr...@gmail.com
on 27 Nov 2014 at 8:42
Original comment by olikr...@gmail.com
on 13 Dec 2014 at 5:33
Original issue reported on code.google.com by
omar.aljadda@gmail.com
on 5 Oct 2014 at 4:46