Search found 3 matches
- Tue Jul 11, 2017 5:53 pm
- Forum: ESP32 Arduino
- Topic: ESP32 OLED interfacing issue any ideas?
- Replies: 5
- Views: 10251
Re: ESP32 OLED interfacing issue any ideas?
-1 doesn't work either, tried the software spi and the other option in the adafruit code, nothing. do I have the pins wrong? i've tried a few different pin combinations as well. thanks for your fast replies.
- Tue Jul 11, 2017 6:30 am
- Forum: ESP32 Arduino
- Topic: ESP32 OLED interfacing issue any ideas?
- Replies: 5
- Views: 10251
Re: ESP32 OLED interfacing issue any ideas?
Copying what you sugested threw this "'null' was not declared in this scope" But, if null is removed, it does compile, I will upload the software when I get to work in the morning. Thank you, I will let you know what happens when it gets uploaded.
- Fri Jul 07, 2017 7:43 pm
- Forum: ESP32 Arduino
- Topic: ESP32 OLED interfacing issue any ideas?
- Replies: 5
- Views: 10251
ESP32 OLED interfacing issue any ideas?
Hello, I am trying to make a small electronic multi tool, using an ESP32 dev board with an OLED screen. I have a dht11, and a chronoDot both using I2C just fine, but the OLED (https://www.adafruit.com/product/938) using SPI will not display anything. I know the screen and code are good (code works p...