2N Indoor Touch Api Manual page 18

Api
Hide thumbs Also See for Indoor Touch:
Table of Contents

Advertisement

cat /proc/device_uptime (value in hours).
The function is always enabled and cannot be affected by the API.
3.3.3.3 Overheat detection
The overheat check is executed every 30 seconds. If the set temperature limit is
exceeded, the display will be swiched off (and the processor underclocked if CPU
scaling is enabled). There is a 5-seconds interval between overheat detection and
display switch-off, which allows the GUI to display a device overheat warning. Set the
display switch-off activation limit using the function below.
int IndoorTouch.SysSetMaxTemperature(float
where temperature in Celsius degrees is the argument. The GUI can get the current
temperature value using the following function:
float
IndoorTouch.SysGetDeviceTemperature();
The result is a temperature value in Celsius degrees. The GUI can detect device
overheating by calling the following function periodically:
boolean
IndoorTouch.SysIsOverheating();
3.3.3.4 BootScreen Disable
int
IndoorTouch.SysDisableBootScreen();
The IndoorTouch launcher disables boot animation (a custom launcher must disable
animation to display the system).
3.3.3.5 Telnet
Telnet is enabled by the library upon start up by default. The launcher can disable it as
configured. Enable/disable Telnet as follows:
boolean IndoorTouch.SysEnableTelnet(boolean
2N TELEKOMUNIKACE a.s., www.2n.cz
tempDeg);
enable);
18/42

Advertisement

Table of Contents
loading

Table of Contents