From ae0a09061f17362612c630485ce33ba66458ecee Mon Sep 17 00:00:00 2001 From: Mikhail Labanov Date: Thu, 29 Oct 2015 18:46:11 +0300 Subject: [PATCH] Added LG model decoding --- README.md | 2 ++ lg_models.md | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 lg_models.md diff --git a/README.md b/README.md index f10d1a7..0e3878a 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,6 @@ Fun and useful data about SmartTV web-based development [Samsung models demistified](samsung_models.md) +[LG models demistified](lg_models.md) + [KeyCodes of key events](keycodes.md) diff --git a/lg_models.md b/lg_models.md new file mode 100644 index 0000000..034f9e1 --- /dev/null +++ b/lg_models.md @@ -0,0 +1,73 @@ +For Example: LG49LF631V + +When we break the model number down we will learn about what it is identifying: + +**LG** — Manufacturer name +**49** — Screen size in inches +**L** — LED screen +**F** — Model year 2015 +**6** — Series +**3** — Model +**1** — Revision +**V** — DVB-S2/T2/C tuner + +### 2011 - Current + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Example:
+LG49LF631V
49Screen size in inches
LL — LED
+U — UHD LED
+E — OLED
+P — PLASMA
FModel year:
+F, G — 2015
+B, C — 2014
+N, A, H — 2013
+M, S — 2012
+W, V — 2011
6Series (4 is cheapest 9 is most advanced and/or big)
3Model
1Revision (0 is first)
VTuner or matrix:
+T — DVB-T
+C — DVB-C
+S — DVB-S2/T/C
+V — DVB-S2/T2/C
+U, B — 720p matrix
+0 — DVB-T/C (ATSC in North American market)
+ +### Notes +Source site states W for 2012 model year, but my experience says it's deffinitely is 2011 + +##### Some Year/Screen combination have special meaning: + +- **EG** 4K OLED TV with a curved screen display with 4 color matrix. +- **UC** curved screen + +_Source:_ [http://en.tab-tv.com/?page_id=7111](http://en.tab-tv.com/?page_id=7111)