Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LG TV issue #5

Open
wilfaustino opened this issue May 19, 2018 · 2 comments
Open

LG TV issue #5

wilfaustino opened this issue May 19, 2018 · 2 comments

Comments

@wilfaustino
Copy link

I have facing troubles with LG TV in Brazil. It doesn’t work. Someone knows what is its code?

@ElectricRCAircraftGuy
Copy link
Collaborator

Did you figure it out?

@wilfaustino wilfaustino reopened this Dec 12, 2019
@wilfaustino
Copy link
Author

wilfaustino commented Dec 12, 2019

I have returned to this issue and I figured out Brazilian LG TV (38kHz) and NA LG TV (33.6kHz) does not match frequency and codes. (Reference is TV-B-Gone v1.1)

//Brazilian LG TV
const struct powercode brazilian_LG PROGMEM = {
freq_to_timerval(38000),
{
{ 900, 450 },
{ 56, 56 },
{ 56, 56 },
{ 56, 166 },
{ 56, 56 },
{ 56, 56 },
{ 56, 56 },
{ 56, 56 },
{ 56, 56 },
{ 56, 166 },
{ 56, 166 },
{ 56, 56 },
{ 56, 166 },
{ 56, 166 },
{ 56, 166 },
{ 56, 166 },
{ 56, 166 },
{ 56, 56 },
{ 56, 56 },
{ 56, 56 },
{ 56, 166 },
{ 56, 56 },
{ 56, 56 },
{ 56, 56 },
{ 56, 56 },
{ 56, 166 },
{ 56, 166 },
{ 56, 166 },
{ 56, 56 },
{ 56, 166 },
{ 56, 166 },
{ 56, 166 },
{ 56, 166 },
{ 56, 5000 },
}
};

// Code 016 -- AOC, Daewoo, Goldstar, JC Penney, LG, Memorex, MGA,
// Mistubishi, MTC, NEC, Philco, Portland, RCA, Samsung,
// Teknika, Vidtech, Wards, Yamaha
const struct powercode aocCode PROGMEM = {
freq_to_timerval(33600),
{ {30, 215},
{30, 216},
{30, 216},
{30, 91},
{30, 91},
{30, 91},
{30, 216},
{30, 91},
{30, 91},
{30, 216},
{30, 91},
{30, 91},
{30, 91},
{30, 91},
{30, 91},
{30, 91},
{30, 2573},
{30, 216},
{30, 216},
{30, 216},
{30, 91},
{30, 91},
{30, 91},
{30, 216},
{30, 91},
{30, 91},
{30, 216},
{30, 91},
{30, 91},
{30, 91},
{30, 91},
{30, 91},
{30, 91},
{30, 0}}
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants