bulletmark / edid-rw

A utility to read and write a display EDID value.
169 stars 22 forks source link

Write 256 Bytes #4

Closed BrianKMcKinnon closed 9 years ago

BrianKMcKinnon commented 9 years ago

Hey, great work on this. I have one issue though, I'm trying to write 256 Bytes, and it stops after 128. Is there an argument I can use to include block 2? I haven't found one in the readme, but it looks like you've done something to include 256 bytes in the source code.

bulletmark commented 9 years ago

This utility was originally written by me for edid version 1 which is 128 bytes. Later, on request, I added the capability to read/write edid version 2 which is 256 bytes. The version is defined in the header of the first 128 byte block. The program reads and writes the length based on that version field.

BrianKMcKinnon commented 9 years ago

I found my problem. I was using the wrong EDID bin file. Sorry for the mistake! Great job on this!

On Mon, Mar 23, 2015 at 4:56 PM, Mark Blakeney notifications@github.com wrote:

This utility was originally written by me for edid version 1 which is 128 bytes. Later, on request, I added the capability to read/write edid version 2 which is 256 bytes. The version is defined in the header of the first 128 byte block. The program reads and writes the length based on that version field.

— Reply to this email directly or view it on GitHub https://github.com/bulletmark/edid-rw/issues/4#issuecomment-85219576.