B4A Library Brightness

As you probably noticed, Phone.SetScreenBrightness does not change the screen brightness but the brightness of the current window. Here is a library that allows to change the screen brightness and select the brightness mode (automatic/manual). It allows also to change the window brightness.

Example:
B4X:
'Sets the maximum brightness
Dim B As Brightness
B.SetScreenBrightnessMode(B.MODE_MANUAL)
B.SetScreenBrightness(255)
 

Attachments

  • Brightness.zip
    2.2 KB · Views: 518
Top