It uses the SH1106:
#define U8GLIB_SH1106_SW_SPI
I had to adjust the Pins to:
#define UI_DISPLAY_D4_PIN 44
#define UI_DISPLAY_ENABLE_PIN 43
#define UI_DISPLAY_RS_PIN 42
#define UI_DISPLAY_D5_PIN 45
#define UI_DISPLAY_D6_PIN 46
But im not sure if that would make any difference..