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

Low keyboard backlight brightness is not low #1318

Open
3 tasks done
awesomenow42 opened this issue Jun 2, 2024 · 6 comments
Open
3 tasks done

Low keyboard backlight brightness is not low #1318

awesomenow42 opened this issue Jun 2, 2024 · 6 comments
Labels
bug Something isn't working on hold Will be done in the future

Comments

@awesomenow42
Copy link

Rules

  • I made myself familiar with the README.
  • I checked closed issues for similar ones and did not find a similar problem mentioned before.
  • I understand that, if insufficient information was provided, my issue will be closed without an answer.

Version

2.22.1

OS

Windows 11 23H2 (22631.3672)

Device

Legion 5 16IRX9

BIOS version

NMCN22WW

What's wrong?

The low brightness level is just below the high and far from the low Vantage. Burns out eyes :/

How to reproduce the bug?

LLT - Keyboard - Preset - Brightness - Low

What is the behavior that you expected?

Low brightness level

Logs

log_2024_06_02_17_20_12.txt

Additional information

The difference is small, it’s not even visible in the photo

photo_2024-06-02_20-28-50

@awesomenow42 awesomenow42 added the bug Something isn't working label Jun 2, 2024
@BartoszCichecki
Copy link
Owner

How many brightness levels do you have in Vantage?
Is the High brightness set in Vantage same as high in LLT?

@BartoszCichecki BartoszCichecki added the needs-information More information is needed label Jun 2, 2024
@awesomenow42
Copy link
Author

How many brightness levels do you have in Vantage? Is the High brightness set in Vantage same as high in LLT?

Vantage also has 2 brightness levels: High and Low. Low is noticeably lower than high. In Toolkit, Low is almost the same as High. I hope not higher, since my keys are hot :D. High end between Vantage and Toolkit feels identical. Toolkit is very convenient and pleasant, except for this incident with brightness. Thank you.

@BartoszCichecki
Copy link
Owner

I was told by another L5P gen8 user that Vantage on his machine has similar behavior: very small difference between low and high levels.

I am wondering what is going on here, because:

Brightness = preset.Brightness switch
{
RGBKeyboardBacklightBrightness.Low => 1,
RGBKeyboardBacklightBrightness.High => 2,
_ => 0
}

As you can see High brightness has value 2, Low has value 1 and 0 is off. That makes me a bit puzzled because as you can see there isn't really anything in between I can send to the RGB controller - these all are integer numbers, so fractions are a no go.

@awesomenow42
Copy link
Author

It's sad, because in Vantage the difference looks like this:

photo_2024-06-03_23-14-40
photo_2024-06-03_23-14-44

But other than that, I don't like Vantage and would like to delete it.

@BartoszCichecki
Copy link
Owner

Until I get more clarity on this, I can't do much. I suggest using a darker color. For example, instead of settings white R:255 G:255 B:255 set it to dark grey R:128 G:128 B:128 - this way the color will be darker. In fact I am suspecting is that is what Vantage does, because the RGB controller doesn't have many options on 4-zone keyboards.

@BartoszCichecki BartoszCichecki added on hold Will be done in the future and removed needs-information More information is needed labels Jun 3, 2024
@awesomenow42
Copy link
Author

awesomenow42 commented Jun 3, 2024

Unfortunately, I don’t know how else I can contribute in this issue. However, in Toolkit 2.22.1 and Vantage 10.2403.25.0 I use the exact color R 22 G 75 B 153.
Your proposal is interesting, maybe there really is truth in this.

By the way, the Smooth effect also works with lower brightness in Vantage. And in LLT it cannot be done in the form of darker colors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working on hold Will be done in the future
Projects
None yet
Development

No branches or pull requests

2 participants