Thank You for your continued support and contributions!
its not going to happen... technical reason:the backlight is handled by the "firmware" level. as soon as a button is pressed the backlight is turned on."volume +/-, next/prev track" are handled by the "apps" level (one level above firmware). we have a fairly strict rule that code can only go apps->firmware (i.e firmware is not allowed to call any apps level code)
Couldn't the app layer register a 'filter' function which would tell to the backlight thread whether the backlight should be activated or not? The function itself would be at the app level
I think that would violate the rule of not having firmware level code calling apps level code. If the feature requested is to make the backlight have application context knowledge, the straight-forward fix is to move the backlight activation code up to the apps level.
- let f/w turn BL on but application can turn it immideatly off
- make BL time-of-the-day dependent , e.g. no need for full BL beetween 7am-5pm
Page created in 0.418 seconds with 17 queries.