You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, have you tried this in SPI mode on ESP32? I have esp32 devkit v1
I checked all pins using logic analyzer and there is no SPI data and clock anywhere. I used HW SPI like this (=default config in example). Even tried doing mos config-set i2c.enable=false spi.enable=true.
d2=newAdafruit_SSD1306(21/* DC */, 17/* RST */, 5/* CS */,
Adafruit_SSD1306::RES_128_64);
On the other hand, when i use soft SPI, i suddenly start seeing clock and data using logic analyzer:
Hello, have you tried this in SPI mode on ESP32? I have esp32 devkit v1
I checked all pins using logic analyzer and there is no SPI data and clock anywhere. I used HW SPI like this (=default config in example). Even tried doing
mos config-set i2c.enable=false spi.enable=true
.On the other hand, when i use soft SPI, i suddenly start seeing clock and data using logic analyzer:
Any ideas what causes this?
The text was updated successfully, but these errors were encountered: