Hello all,
I recently got a Lolin S2 pico dev board that has a built-in oled screen on it. I have been trying unsuccessfully to get anything to write to the screen using the adafruit_ssd1306 library examples. My current thought is that the wire.h library doesn't have the correct I2C GPIO pins for the S2 Pico dev board. Would this be a possibility? If so, how could I change the library to work with my board?
Thank you in advance!