Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the display with a raspberry Pi #144

Open
relief-melone opened this issue Mar 1, 2020 · 1 comment
Open

Using the display with a raspberry Pi #144

relief-melone opened this issue Mar 1, 2020 · 1 comment

Comments

@relief-melone
Copy link

I really like your API for the oled displays. Unfortunately I am not able to use it yet as I am using my Johnny Five either with a

  • ESP8266 (with Etherport-client) or
  • preferrer a Raspberry Pi (with rapi-io).

Is there any way to figure out the correct address for the display? Would really help me out.

@ryall
Copy link

ryall commented Oct 31, 2020

You can see a working example here: https://github.com/ryall/rpi-oled/tree/johnny-five

However, I found it to be significantly slower and more resource heavy than using the RPi i2c bus directly, which can be accessed using basically the same API from this fork of the project: https://github.com/baltazorr/oled-i2c-bus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants