Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
i2c_over_vga [2018/05/18 14:26]
admin [Workaround]
i2c_over_vga [2018/05/18 14:31]
admin [Links]
Line 29: Line 29:
 Looking for an I2C device Looking for an I2C device
    $ sudo i2cdetect -y 1    $ sudo i2cdetect -y 1
-It should tell you the address of your I2C device:\\+It should tell you the address of your I2C device.\\
 Now you can comunicate to your devices with these commands:\\ Now you can comunicate to your devices with these commands:\\
    $ i2cget    $ i2cget
Line 38: Line 38:
  
 ==== Links ==== ==== Links ====
-  * [[https://blog.atx.name/twilight-vga-i2c-breakout-board/]] 
   * [[http://flipthatbit.net/2011/04/interfacing-i2c-the-easy-way/]]   * [[http://flipthatbit.net/2011/04/interfacing-i2c-the-easy-way/]]
   * [[http://flipthatbit.net/2011/03/building-a-vga-monitor-ddc2-interface-tests/]]   * [[http://flipthatbit.net/2011/03/building-a-vga-monitor-ddc2-interface-tests/]]
 +  * [[https://blog.atx.name/twilight-vga-i2c-breakout-board/]]
   * [[http://www.boichat.ch/nicolas/ddcci/method.html]]   * [[http://www.boichat.ch/nicolas/ddcci/method.html]]
   * [[http://ddccontrol.sourceforge.net/index.html]]   * [[http://ddccontrol.sourceforge.net/index.html]]
  
 ---- ----