diff options
Diffstat (limited to 'docs/future')
-rw-r--r-- | docs/future/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/future/index.md b/docs/future/index.md index 9ecfa870..d4959d81 100644 --- a/docs/future/index.md +++ b/docs/future/index.md @@ -160,10 +160,10 @@ working and nonworking panels. How to dump EDID: -\# **apt-get install i2c-tools**\ -\# **modprobe i2c-dev**\ +\# apt-get install i2c-tools +\# modprobe i2c-dev Find out the correct ID to use:\ -\# **i2cdetect -l**\ +\# i2cdetect -l Example:\ \# **i2cdump -y 2 0x50** |