Search found 1 match
- Tue Jul 16, 2024 5:36 pm
- Forum: ESP8266
- Topic: I NEED HELP with a ESP8266 board WITH AN OLED BUILT IN
- Replies: 3
- Views: 7332
Re: I NEED HELP with a ESP8266 board WITH AN OLED BUILT IN
Hello friend, leave here the code that you can send to your Esp8266 that will make the display work again, then just make the changes you want within your project #include "SSD1306Wire.h" #include "ESP8266WiFi.h" // Inicialize o display OLED usando o Arduino Wire: SSD1306Wire display(0x3c, D6, D5); ...