Show all posts by user
Page 1 of 1 Pages: 1
Results 1 — 2 of 2
Downloaded latest code from githab.
Found interesting thing - if feature controller =11 - all data from uiconfig.h is ignored.
So, I changed FEATURE_CONTROLLER 1.
After that I get compilation error about undefined reference to `u8g_com_null_fn'. Copied it from ug8 lib.
Now it's compiled but OLED still doesn't work.
by
-Dmitry-
-
Repetier
I'm trying to build he same setup:
Arduinon DUE + Ramps FD + OLED display over I2C + Repetier firmware 0.92
I tried sample from Adafruit lib and it works fine.
Now I'm trying to get display working with Repetier.
I set:
FEATURE_CONTROLLER 11
UI_DISPLAY_TYPE = 5
Enable SSD1306
//#define U8GLIB_ST7920
#define U8GLIB_SSD1306_I2C
Display is off. Can't make it work ((
Does anybody successfully
by
-Dmitry-
-
Repetier