react-native-screen-brightness icon indicating copy to clipboard operation
react-native-screen-brightness copied to clipboard

Different BRIGHTNESS_MAX

Open seeya opened this issue 5 years ago • 2 comments

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.

seeya avatar Jan 13 '20 10:01 seeya

how did you find the max brightness for your device?

samuthekid avatar Jun 09 '20 13:06 samuthekid

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?

raazatul7 avatar Dec 10 '20 06:12 raazatul7