tiagocoutinho / linuxpy

Human friendly interface to linux subsystems using python
https://tiagocoutinho.github.io/linuxpy/
GNU General Public License v3.0
33 stars 5 forks source link

video: Add support for EDID #6

Closed Chimstaz closed 8 months ago

Chimstaz commented 8 months ago

Add high level API to set and get EDID. This is useful for devices that are display-like and are able to mimic multiple EDIDs.

tiagocoutinho commented 8 months ago

It would be great if you could add a test case for it in tests/test_video.py

Chimstaz commented 8 months ago

Please take a look, I have added tests.