Open ace-dent opened 1 year ago
The emulator seems to vary screen brightness linearly from 0 (off) – 127 (max). It should emulate the actual system, where display.brightness(1) is quite visible and the contrast doesn't increase linearly over the range.
0
127
display.brightness(1)
The emulator seems to vary screen brightness linearly from
0
(off) –127
(max). It should emulate the actual system, wheredisplay.brightness(1)
is quite visible and the contrast doesn't increase linearly over the range.