Skip to content

Commit

Permalink
Added LG model decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
maikudou committed Oct 29, 2015
1 parent d847b6a commit ae0a090
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
73 changes: 73 additions & 0 deletions lg_models.md
Original file line number Diff line number Diff line change
@@ -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

<table>
<tbody>
<tr>
<td rowspan="8">Example:<br/>
LG49LF631V</td>
<td>49</td>
<td>Screen size in inches</td>
</tr>
<tr>
<td>L</td>
<td>L — LED<br/>
U — UHD LED<br/>
E — OLED<br/>
P — PLASMA</td>
</tr>
<tr>
<td>F</td>
<td>Model year:<br/>
F, G — 2015<br/>
B, C — 2014<br/>
N, A, H — 2013<br/>
M, S — 2012<br/>
W, V — 2011</td>
</tr>
<tr>
<td>6</td>
<td>Series (4 is cheapest 9 is most advanced and/or big)</td>
</tr>
<tr>
<td>3</td>
<td>Model</td>
</tr>
<tr>
<td>1</td>
<td>Revision (0 is first)</td>
</tr>
<tr>
<td>V</td>
<td>Tuner or matrix:<br/>
T — DVB-T<br/>
C — DVB-C<br/>
S — DVB-S2/T/C<br/>
V — DVB-S2/T2/C<br/>
U, B — 720p matrix<br/>
0 — DVB-T/C (ATSC in North American market)</td>
</tr>
</tbody>
</table>

### 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)

0 comments on commit ae0a090

Please sign in to comment.