makerbase-mks/MKS-TinyBee

Not working OLED ssd1306 display

Maksimius opened this issue · 1 comments

Connect display ssd1306 Tiny oled. Activated in marlin
#define U8GLIB_SSD1306
Nothing happens.
Display connected
GND -> EXP1_9
VCC -> EXP1_10
SCK -> EXP1_04
SDA -> EXP1_06

I'm try to set manual pins
#define I2C_SCL_PIN EXP1_04_PIN
#define I2C_SDA_PIN EXP1_06_PIN
in pins_MKS_TINYBEE.h
same no result.

Is problems with with interface, or i2c not working?

Hello, did you manage to make it work ?