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

Empty calibration sets color gamut to Wide, color temperature to 50 #61

Open
lunjoa opened this issue Dec 21, 2022 · 1 comment
Open

Comments

@lunjoa
Copy link

lunjoa commented Dec 21, 2022

Doing this changes some settings, what I noticed at least, color gamut to wide and color temperature to warm 50:

await client.start_calibration(picMode="game")
await client.end_calibration(picMode="game")

I want to only change oled light without changing anything else like this:

await client.start_calibration(picMode="game")
await client.set_oled_light(value=backlight)
await client.end_calibration(picMode="game")

I could not figure out how to set color gamut and temperature back to my desired values either.

Sidenote: color gamut "wide" is not selectable in the lg menu for game mode (atleast for pc).

@chros73
Copy link

chros73 commented Dec 24, 2022

You don't need to use calibration mode to set oled light and other stuff. Take a look at the newer bscpylgtv readme.

The other issue you mentioned (color gamut is wide and color temperature is warm 50 after running start calibration) is normal, it's not this library but how LG calibration works, you have to set them back to default if you want.

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