makerbase-mks / MKS-TinyBee

MKS TinyBee is a mainboard for 3d printing, based on ESP32 module
GNU General Public License v3.0
109 stars 111 forks source link

Not working OLED ssd1306 display #72

Open Maksimius opened 1 year ago

Maksimius commented 1 year ago

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?

acca84 commented 7 months ago

Hello, did you manage to make it work ?