Skip to content

Instantly share code, notes, and snippets.

@przemekklosowski
przemekklosowski / edid.py
Last active March 19, 2024 20:30 — forked from shirriff/edid.py
Parse VGA configuration data (EDID) accessed from I2C device 0x50
# Program to parse VGA data (EDID) accessed from I2C device 0x50
#
# This is a quick demo not a supported program, so don't expect
# correctness from it.
#
# Edid format from:
# https://en.wikipedia.org/wiki/Extended_Display_Identification_Data#EDID_1.4_data_format
#
# Ken Shirriff http://righto.com