RADDS, i2c and Oled on Arduino Due

Hello,
i try to connect an 1.3" i2c-OLED to repetier.
I connect the OLED to pin 20+21. When i upload u8glib-Hello World i get a picture with the following constructors:
U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE|U8G_I2C_OPT_DEV_0);
U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_DEV_0|U8G_I2C_OPT_NO_ACK|U8G_I2C_OPT_FAST);
U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NO_ACK);

When i upload repetier and use 
#define U8GLIB_SSD1306_I2C
#define UI_DISPLAY_TYPE 5
in uiconfig and
FEATURE_CONTROLLER=11 in configuration i dont get a picture.

Can someone help what i do wrong?

Regards, PmK 


Sign In or Register to comment.