[SCRAP - do not buy] OLED 0.91 with I2C interface - useful or scrap #1526
Replies: 4 comments
-
Posted at 2016-04-07 by @gfwilliams Do you have I2C pullups? I'd seriously suggest that you try it out first with an Espruino Pico - just to remove the possibility that something (I2C or Graphics) on ESP8266 is broken Also, look on: http://www.espruino.com/SSD1306 There's specific code there for 32 pixel high displays that you should use. You could also try |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-04-07 by @MaBecker
Yes there are 4.7KΩ pullups for SDA and SCL onboard.
This Code and more complex one is working with this OLED from adafruit without any problems, so I2C and Graphics is working excellent on ESPs with 1v85, but yes I will try this too. Testing with Will try to skip this 74LVC1G245 for SDA and SCL because this device is not visible with i2cdetect on beagleboneAttachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-04-07 by Wilberforce Do you know what the i2c address for the device is? If you scan the i2c bus does it show up? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-04-07 by @gfwilliams It could be the device is actually set up in SPI mode rather than I2C? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-04-07 by @MaBecker
got a 0.91 OLED with i2c interface from china and spend a lot of time without any
success to display some text, just a dark display , grrrrrr !?
this is it: http://www.ebay.de/itm/201537040004
Any hints to get this working ?
used code:
no console output
Beta Was this translation helpful? Give feedback.
All reactions