3.3.3.1 CPU scaling

The module periodically checks the display backlight. If the backlight is disabled and CPU scaling enabled, the module reduces the CPU rate from 1 Ghz to 300 Mhz. Enable/disable this functionality with the following command:

int IndoorTouch.SysEnableCPUDownscale(boolean enable);

Disable the function in the 'Display-Powersave CPU when display is off' menu in the launcher.
The return value is as follows:

  • IndoorTouch.RC_OK = 0;
  • IndoorTouch.RC_ERR_CONN = -1; API daemon connection error