Replies: 1 comment
-
You might try the HW constructor remapping feature: ..._HW_I2C(U8X8_PIN_NONE, clock, data) This might be supported by the ESP32 hardware (not 100% sure). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project based on a Heltec board ESP32-S3 with onboard display (dollatek 2.42-inch 128x64-oled - ssd1309 driven display).
On the one hand the onboard display works with the U8G2 library (constructor HW) fine. The external display, on the other hand, can only be addressed with the Constructor SW, unfortunately the application is too slow. Is there a way to address the external display with the constructor HW as well?
Beta Was this translation helpful? Give feedback.
All reactions