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

Different BRIGHTNESS_MAX #39

Open
seeya opened this issue Jan 13, 2020 · 2 comments
Open

Different BRIGHTNESS_MAX #39

seeya opened this issue Jan 13, 2020 · 2 comments

Comments

@seeya
Copy link

seeya commented Jan 13, 2020

I am using this library on a MIMAX 3 and the BRIGHTNESS_MAX is 4095. The library has a hardcoded value of 255 which prevents me from setting the screen brightness to the max.

I think the value BRIGHTNESS_MAX should be based on the device instead of a hardcoded value.

@samuthekid
Copy link

how did you find the max brightness for your device?

@raazatul7
Copy link

I am using this library on a MIMAX 3 and the BRIGHTNESS_MAX is 4095. The library has a hardcoded value of 255 which prevents me from setting the screen brightness to the max.

I think the value BRIGHTNESS_MAX should be based on the device instead of a hardcoded value.

Did you find any solution?

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

4 participants
@seeya @samuthekid @raazatul7 and others