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

I2C addressing issue for SH1106 & SSD1306 displays #329

Open
GoogleCodeExporter opened this issue Apr 13, 2015 · 1 comment
Open

I2C addressing issue for SH1106 & SSD1306 displays #329

GoogleCodeExporter opened this issue Apr 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1.With the I2C / U8GLIB_SH1106_128X64 libraries, I cant find a way to address 
multiple I2C Displays. i.e. I have multiple displays that I want to add to the 
I2C bus and I want to reference them by their Addresses (0x3c & 0x3d).   

I can do this using the Adafruit libraries, but they are somewhat limited in 
their fonts and other features. 
I like the usability and features of U8GLIB except for this problem. 

What is the expected output? What do you see instead?
multiple I2C devices should be addressable from the Arduino Code. i.e. should 
be able to pass the device address through the constructor and create multiple 
objcts based on the number fo displays on the bus.

What version of the product are you using? On what operating system?
1.17 - windows




Original issue reported on code.google.com by alfaJuni...@gmail.com on 13 Mar 2015 at 1:05

@GoogleCodeExporter
Copy link
Author

How many displays do you want to use? You should be able to use two in 
parallel, however this is not yet build into the library. Do you need moer than 
two?



Original comment by olikr...@gmail.com on 15 Mar 2015 at 11:42

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

No branches or pull requests

1 participant