Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tiny-pilot/write-edid

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

write-edid

Created by Dr. Ace Jeangle (support@chalk-elec.com) based on script from Tom Kazimiers (https://github.com/tomka/write-edid)

Writes EDID information over a given I2C-Bus to a monitor. ######The script expects root permissions!

You can find out the bus number with:

ic2detect -l

Address 0x50 should be available as the EDID data goes there.

  • Use -h (--hexadecimal) option to provide EDID file in text form written as hexadecimal numbers.
  • Use -b (--binary) option to provide EDID file in binary form. This option is used by default if filename suffix is .bin
  • Also, the --binary option is usable if the file is input on stdin.

Example

sudo ./write-edid.sh 3 edid.bin

will write file edid.bin with binary EDID data into I2C-Bus #3

About

Writes custom EDID data into HDMI adapter (Linux, I2C)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.