You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
alfaJuni...@gmail.com
on 13 Mar 2015 at 1:05The text was updated successfully, but these errors were encountered: