Welcome! Log In Create A New Profile

Advanced

I2C OLED BUG

Posted by karkin 
I2C OLED BUG
July 26, 2021 12:03PM
I m trying to make a I2C OLED display.
I got a SSD1306 driver OLED

solution 1:
#define SAV_3DGLCD
#if ENABLED(SAV_3DGLCD)
#define U8GLIB_SSD1306
//#define U8GLIB_SH1106
#endif
the oled work normally,but the encoder doesn't work.





solution 2:
#define SAV_3DGLCD
#if ENABLED(SAV_3DGLCD)
//#define U8GLIB_SSD1306
#define U8GLIB_SH1106
#endif
the encoder work,but there is a problem on the OLED(The left)


can someone help me to fix this ? PLS!

Edited 2 time(s). Last edit at 07/26/2021 12:07PM by karkin.
Sorry, only registered users may post in this forum.

Click here to login