Acknowledged
over 1 year ago

Bug Report:Backlight does not turn on when using boolean values on Epix 2

If I understand the API correctly, I should be able to turn the backlight on to the current system brightness level using 

Attention.backlight(true);

Running in the simulator, I see the backlight change from Off to Default but on a real device (Epix 2), the backlight does not actually turn on.

If I use the alternate syntax and set a float value (between 0 and 1.0) for the backlight, everything works as expected.

  • When setting up a toggle between Attention.backlight(true); and Attention.backlight(false); I am seeing my Epix 2 screen turn on and off.

    Is there any other details about how to reproduce this issue? If possible if you could show your code and how you are making the call to the backlight.