olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.25k stars 314 forks source link

Arduino Micro and SSD1322 issues #455

Closed BiatuAutMiahn closed 7 years ago

BiatuAutMiahn commented 7 years ago

Hello, I am attempting to get this to work on an Arduino Micro, but i keep having issues. I uncommented "U8GLIB_NHD31OLED_GR" in the example, and set all of the pins accordingly, and nothing happens, I have tried using the actual SPI pins on the micro with no success either.

olikraus commented 7 years ago

maybe you can do the test with u8g2

https://github.com/olikraus/u8g2/wiki/gallery#25-jun-2016-st7920-128x64-lcd

BiatuAutMiahn commented 7 years ago

is MSOI not needed?

BiatuAutMiahn commented 7 years ago

I get an error for the Hello World Example:

Sketch uses 12210 bytes (42%) of program storage space. Maximum is 28672 bytes.
Global variables use 2688 bytes (105%) of dynamic memory, leaving -128 bytes for local variables. Maximum is 2560 bytes.
BiatuAutMiahn commented 7 years ago

Ok, this can be closed, it seems there is a faulty connection on my display...U8G2 works beautifully!

olikraus commented 7 years ago

ok...