ESP32-WROVER-DEV Module: How to use SSD1306 with board?
Posted: Tue Feb 01, 2022 9:50 pm
Hi,
I have the above board and would like to use an SSD1306 OLED display at the same time. However, pins 23 and 21 for SCL and SDA are already occupied for the camera. The board has other explicitly named pins SCLK and SD0 and SD1.
If I now use the SSD1306 library from Adafruit, how can I select the pin assignment so that it works?
Where can I read up on this topic? I keep having trouble using multiple components at the same time. As a layman, I would assume that the camera and the display can occupy the same pins and then the code executed one after the other (camera web server and OLED display) will work. But it doesn't seem to be like that.
I would be pleased to receive any tips on how to proceed.
Thank you!
I have the above board and would like to use an SSD1306 OLED display at the same time. However, pins 23 and 21 for SCL and SDA are already occupied for the camera. The board has other explicitly named pins SCLK and SD0 and SD1.
If I now use the SSD1306 library from Adafruit, how can I select the pin assignment so that it works?
Where can I read up on this topic? I keep having trouble using multiple components at the same time. As a layman, I would assume that the camera and the display can occupy the same pins and then the code executed one after the other (camera web server and OLED display) will work. But it doesn't seem to be like that.
I would be pleased to receive any tips on how to proceed.
Thank you!