Skip to content

Commit 7c9ed24

Browse files
authored
Update Find_EDID_Values.py
1 parent 8776b77 commit 7c9ed24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fruit_Jam/CircuitPython_DVI_Video/Find_EDID_Values.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import board
99
import busio
1010

11+
# Functions used for EDID parsing
1112
def parse_established_timings(edid):
1213
"""Parse established timings from EDID bytes 35-37"""
1314
modes = []

0 commit comments

Comments
 (0)