Oled-Display works but picture is split
Ive got my OLED running but i have the weird problem that the display is split into 2 halfs.
Its hard to explain so please look at the picture. The Boot-Logo from Repetier is ok but when i scroll down via the encoder all menus are getting split like on the picture.
Anyone got that problem too?
Its hard to explain so please look at the picture. The Boot-Logo from Repetier is ok but when i scroll down via the encoder all menus are getting split like on the picture.
Anyone got that problem too?
Comments
#define U8GLIB_SH1106_SW_SPI
I had to adjust the Pins to:
But im not sure if that would make any difference..
The InitSPI-function looks like this now:
u8g_InitSPI(&u8g, &u8g_dev_sh1106_128x64_sw_spi, 25,27, 29, 31, 33);
That was the only option to get it to work..