Standard LCD backlight as percentage of max

XML identifier: StdLcdBacklit

Purpose: Optinally sets the standard LCD backlight of the app.

Status: Currently in use.

Category: Single level

Usage: Sets an approprate screen backlight intensity percentage of max for device when in active use, typically a low number in the range of 40-100 per cents (value in the range of 40 – 100). Since screen intensity is of great importance for power saving and the durability of the device, consider a lower value in this recommended range. It may however be wise to keep it high enough, so that the demands for access to all users are fullfilled, especially with bright ambient light. When app is terminated normally, backlight will be set back to the initial intensity when app was started.

Valid values: 0-100.

Default: 60 per cents, or as given by the device itself/60, depending on version of app.

Development: Will probably change to device’s initial setting.

Example:

Forcing screen intensity to 85 per cent, no matter what the setting of the device is:

<key>StdLcdBacklit</key>

<integer>85</integer>

Document Revision: Dec. 2019, Feb. 2020. Doc. rev.: 0.2 Valid from app rev 0.91.4.