Open
Description
If i want to use a custom resolution, i can onl do this by using "hdmi_timings=" in the config.txt.
In my example
hdmi_timings=480 0 1 41 2 272 0 2 10 2 0 0 0 60 0 9009000 3
is working fine.
But for the application it would be essential to read out the desired resolution out of the edid.
An edid file containing only a (this) custom resolution is not accepted by the Rpi.(according to this thread)
I attached a EDID file, which should have the same timings like above (if i haven´t made any mistake).
edid_test.zip
This file is not working for me but i think it should.
Getting the correct hdmi timings automatically out of the edid is an important feature for the usage of the Rpi in embedded systems.
Activity