Open davidvilanova opened 7 months ago
Ok got it.
Had to invert clock and data values as follows!!!! It works now !!!
U8G2_SSD1306_128X64_NONAME_F_SW_I2C u8g2(U8G2_R0, /* clock=*/ 12, /* data=*/ 14, /* reset=*/ U8X8_PIN_NONE);
two days... 2 days spend with it.. and. it just coz on their darn pdf it says 14 12 ...
thank you @davidvilanova
Thank you so much I have been having the same issue. Is finally working for me thanks to your fix comment. Now lets learn some more. Newbie here.
Hello, I have a NodeMCU ESP8266 display . I have tried to run a hello world script to display but it´s not doing anuthing
My motherboard is the ESP8266 0.96 OLED MODULE
This is the log:
This is the script I´m trying:
From the specification : SDA (D6 / GPIO12) and SCL (D5 / GPIO14)
I´m a beginner so don´t know what is wrong ?? Nothing is displayed. I have tried with a blink led example and it works