NodeMCU ESP8266 Development Board with 0.96 Inch OLED - Screen not working?! #1661
Replies: 2 comments 1 reply
-
Good day. The same thing. The screen on the NodeMCU board with a soldered display does not work. Tried many firmwares and none of them work! Tried Arduino IDE programming. In section A_config.h you need to change the display settings and the wrong pins are specified there! |
Beta Was this translation helpful? Give feedback.
-
I was able to get it to work by using the following code setup: // Initialize the OLED display using Arduino Wire: void setup() { // Initialising the UI will init the display too. //display.flipScreenVertically(); void loop() { display.drawString(0, 12, "Screen is working!"); // Wait a bit before scanning again I installed the library http://arduino.esp8266.com/stable/package_esp8266com_index.json |
Beta Was this translation helpful? Give feedback.
-
Cheers, I've tried several bins and I can't get any of them to work with the OLED screen. Or, is there something I need to change in the settings? The brand is: ideashark
Please advise
Beta Was this translation helpful? Give feedback.
All reactions