-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix HDMI receive frame acknowledge timing. (#2)
* Fix HDMI receive frame acknowledge timing. During the ACK bit, pull the line to low impedance at the start. The HDMI v1.3a specification requires low impedance from the follower no later than T1 == 0.35ms after start of bit. Reduce the idle time before frame transmission to 7 bit times. Whilst here, add additional responses: * broadcast physical address * broadcast device vendor ID * on routing change, broadcast image view on * Update real-world usage in README.
- Loading branch information
Showing
2 changed files
with
54 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters