Screens
The display shield contains a resistor keyboard. (to do: Include image)
To include a Keyboard handler block under ‘Miscellaneous’ to let BrainBuilder manage the key handling for you. This makes using screens easier. If you want to handle the keys yourself, do not include a keyboard handler.
Under ‘Screen pages’, you can define the pages you want to display. (to do: Include image)
With the ‘Down’ and ‘Up’ keys, you can scroll through the pages.
A system variable console_page is created automatically and starts at 0.
You can define multiple screen items per page, as long as they fit on the page.
A string of text, a variable, the row and column position at which is should be displayed and the combined length of the field.
A label and a variable, the placement is done by the system.
A string of text, and the row and column position at which is should be displayed.
A variable, the row and column position at which is should be displayed and the length of the field.