Hacker News new | ask | show | jobs
by tarasglek 712 days ago
I don't get it. How does one use vga or HDMI to hook up i2c?
1 comments

You literally just hook a device up to pin 15/16 on an HDMI port.

https://mitxela.com/projects/ddc-oled

DDC is how your OS reads the list of supported resolutions from your display and is present on VGA ports as well. It's just a low speed i2c bus and can be used for other things :)

That's so cool. I just recently saw a more recent impl of this: copying fb over spi on rpi. This approach is much more clever and equally useless