Wemos OLED Lolin32 - Port#864
Conversation
|
Congratulations! Very cool to see this working, especially so quickly. Your code uses GPIO 21 & 22 for I²C while the image you link to for the pinouts uses GPIO 4 & 5. It is clearly working, so maybe it is the wrong image?
Since you are using I²C to communicate with the display, |
|
Thanks Mr. @phoddie , i'm glad to hear that. Regarding this point:
I followed the Heltec target example and it does the same, because the GPIO 21 & 22 are the default pins for I2C. I was in doubt about it, then I founded this at the documentation.
So, I think it's correct and it works without changing the default I2C pins. |
|
Regarding I²C, I understand now: you are leaving the default I²C bus on GPIO 21 & 22 and using GPIO 4 & 5 for the display's I²C bus. That's fine. |
|
Closing because this has already been authorized. |
Environment
Build environment: Linux Mint 20 x86_64
Target device: Wemos OLED Lolin32
Moddable version: public - commit e8efd64
ESPIDF version: v4.4
Description
This is previously discussed here. The porting was based on Heltec WiFi Kit 32 target and it's very similar. The main differences are:
More information
After testing a plenty of examples on this board after the porting, it's important to point out that: