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

for 2nd i2c display I hacked the oled node to take a Bus number #8

Open
dlarue opened this issue Feb 14, 2021 · 0 comments
Open

for 2nd i2c display I hacked the oled node to take a Bus number #8

dlarue opened this issue Feb 14, 2021 · 0 comments

Comments

@dlarue
Copy link

dlarue commented Feb 14, 2021

rPi OS now allows setting up i2c buses on other GPIO pins but the default node-red-contrib-oled didn't let you specify the I2C bus.
My forked version lets you set the Bus number in the config node - https://github.com/dlarue/node-red-contrib-oled

I added the 2nd I2C bus adding this line to /boot/config.txt:
dtoverlay=i2c-gpio,bus=4,i2c_gpio_delay_us=1,i2c_gpio_sda=23,i2c_gpio_scl=24

Too bad there's so poor support for 128x128 i2c displays but 128x64 are cheap too.

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

1 participant