Connect I2C Oled display to MDSB42Q? #4084
Replies: 1 comment
-
Posted at 2022-10-26 by @gfwilliams The code there is ok for setting up I2C on the MDBT42Q, but without knowing anything about your OLED it's hard to help you. Espruino has some libraries to connect to common OLED displays though, so if you have one of them ( https://www.espruino.com/Search?kw=oled ) then all you have to do is use the instructions and code there Posted at 2022-10-26 by David1234321 I'm using this device just to be ready
it's should work ? Thanks , Posted at 2022-10-27 by @gfwilliams Yes, that should work based on https://www.espruino.com/SSD1306 - but obviously you'll want to change the pin numbers to the pins you have used. You could also try:
which uses software I2C - either should work Posted at 2022-10-27 by David1234321 Obviously :-) it's working thanks, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2022-10-23 by David1234321
Hello,
I'm trying to connect an Oled to my MDSB42Q - so it show messages on connect\disconnect
is the setup OK?
and how do I send to him text
is there a library to download \ use?
Thanks ,
Beta Was this translation helpful? Give feedback.
All reactions