Skip to content

Instantly share code, notes, and snippets.

View courtarro's full-sized avatar

Ethan Trewhitt courtarro

View GitHub Profile
#!/usr/bin/env python3
from collections import namedtuple
import struct
import Xlib.display
class Edid:
# Modified from the original source: https://github.com/jojonas/pyedid/blob/master/edid.py