Replies: 1 comment 2 replies
-
ok I managed to move everything else to Wire1 and it seems to work a lot better. Would be still good to have an "easy" way to select which I2C Bus should be connected to the screen if possible. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi my I2C bus is a bit busy so I'm thinking to have the LCS (SSD1306 I2C) on a separate Wire/TwoWire object.
I've been looking at the source and trying things around but I'm struggling to find the proper way to do this without hardcoding anything in the automatically generated TCMenus files or in the libraries.
What is the proper way to this? I see that tcmenuU8g2.h has
explicit U8g2Drawable(U8G2* u8g2, TwoWire* wire = nullptr);
Is that the way to connect an external TwoWire object?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions