i2c display support #226
Replies: 4 comments 4 replies
-
Great, where can i find the ic2 pinout guide? |
Beta Was this translation helpful? Give feedback.
-
@probonopd I think you wrote previously that I2C only supports a single device - is that because of what Circle supports? So if using this display one wouldn’t be able to use the Audio DAC? Apologies if this is a silly question - trying to understand where the limitation is... |
Beta Was this translation helpful? Give feedback.
-
Yes, in fact many DACs (eg RASPIAUDIO) have I2C pins on them you have
utilize. It's a bus connection, similar to CAN on cars.
…On Mon, May 23, 2022, 11:33 AM Eric Dahl ***@***.***> wrote:
I2S only supports one device. I2C supports multiple.
So am I understanding correctly that I can use both an I2S DAC and a I2C
display at the same time? I'd wire the display to the same pins as the DAC,
right?
—
Reply to this email directly, view it on GitHub
<#226 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNBVNAOGAZUXIP4FKQ65PTVLOQLTANCNFSM5V6XEBSQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I2S pins are to be used by DAC exclusively I2C is a general purpose bus, where we want to connect our LCD Display but, in some DAC boards, it's also connected to the DAC chip Chips in I2C have specific addresses so they can coexist on the same bus without issue |
Beta Was this translation helpful? Give feedback.
-
Thanks to @diyelectromusic there is now Initial support for I2C HD44780 displays.
I have updated the documentation accordingly.
Please test it, and don't forget to thank @diyelectromusic! 👍
#225
Beta Was this translation helpful? Give feedback.
All reactions