Skip to content

Instantly share code, notes, and snippets.

@jezdez
Created April 11, 2013 07:47
Show Gist options
  • Save jezdez/5361513 to your computer and use it in GitHub Desktop.
Save jezdez/5361513 to your computer and use it in GitHub Desktop.
Step1-Identify LCD:
Open Terminal and copy-paste
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
LP154WT1-SJA2 (=LG 2nd revision)
LP154WT1-SJA1 (=LG 1st revision)
LSN154YL01001 (=Samsung)
Step2-Test for IR:
http://www.mitchmalone.name/retina-test/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment