U8glib: Graphics Lib for LCDs and OLEDs

Good work.
I changed line 79 to 0x004, line 61 to 0x008 and added the constructor U8GLIB_NHD_C12864 to all examples.
The orientation can be changed later by the group of rotation commands: Google Code Archive - Long-term storage for Google Code Project Hosting.

I'm making an Arduino shield for this LCD

Looking forward to read about your shield. :slight_smile:

I want to include issues 75, 79 and 81 into the next u8glib release. So i am not sure about the next release date at the moment, but everything is in the repository.

Thanks for all the testing and the pictures,
Oliver

Edit: I have also updated the reset functionality. So maybe this will also work now. Connecting the reset line to 3.3 is a little bit critical. It may work, but usually reset control by the controller or a RC circuit is better: GitHub - olikraus/dogm128: Automatically exported from code.google.com/p/dogm128
For a shield i would suggest to add the RC circuit to have one more pin for the user.