Use the Interface
This is the main and normal mode.
Once the interface has been defined in Define mode and is ready, the user switches to the Run mode to activate the touch and the interactions with the user. |
Procedure |
Functions
|
All the functions require the unique identifier of the control, or control unique identifier.
A good idea is to have an integer variable for each control with the name of the control. |
Change mode
|
sC_setMode sets mode to Define or Run
|
Get feed-back
|
sC_getActivity checks the activity from the interface and gets the active control
|
Manage active controls
|
sC_setColour sets the colour of a control
sC_setValue sets the value of a control
SC_getValue gets the value from a control
sC_setText displays text on a display or text control
|
Colour utility
|
RGB_colour calculates the 16-bit coded colour from primary red-green-blue components
|
Previous |
Next |