Hi everyone,
i am new with Arduino, but i understand bit in programming and electronics...
I bought Arduino Due and a 64128n display of Dissplaytech.
Following this post
http://www.javimontero.com/blog/2012/10/displaytech-64128n-st7565-128x64-lcd-in-spi-mode/i cabled my hw, without chip to reduce the voltage (Due work at 3.3V).
Now i'm trying to run the Hello World example in u8glib library using
U8GLIB_64128N u8g(3, 4, 7, 5,6);
constructor.
The problem it that the display seems not work.
I can't see anything on the display!
Thanks for the help!!!