Closed RomanKlein777 closed 2 years ago
If you confirm that board works I can add in the code.
Yes it works.
As proof of concept i did simply this 4 "pin remap" lines and pretended I have esp32doit-devkit-v1 :
SH1106Wire display(OLED_I2C_ADDRESS, OLED_I2C_SDA, OLED_I2C_SCL);
SSD1306Wire display(OLED_I2C_ADDRESS, OLED_I2C_SDA, OLED_I2C_SCL);
Hello, I have built hardware with and suddenly i see I can not use OLED display, because SCL - gpio 21 is not populated on that board. As gpio 23 is not used in pedalino mini, and is populated in lolin32 lite, can be used for my case :) Can you please add some define lines in DisplayOLED.h and where else needed? producing separate fiwmware would be great. I am becoming sponsor now and hoping :)
great project!
if defined(Lolin32lite)
include
include
define OLED_I2C_ADDRESS 0x3c
define OLED_I2C_SDA 23
define OLED_I2C_SCL 22
SSD1306Wire display(OLED_I2C_ADDRESS, OLED_I2C_SDA, OLED_I2C_SCL);
endif
board pinout: https://www.mischianti.org/wp-content/uploads/2021/07/ESP32-WeMos-LOLIN32-Lite-pinout-mischianti-low.jpg