Screen pages
A screen page holds one or more screen items for displaying text and variables. LCD screens are typically small. To make it easy to display more information, you can use more than one page. There is a limit of 100 or less, depending on your device.


Start by defining a logical page for displaying items.

There are 3 types:
- The Screen cell has the most options for displaying both text and a variable
- Text fields are for only displaying text
- Variable fields only display a variable

When you have a keyboard, you can scroll through the different screen pages with the Up and Down buttons. To enable that, use these two blocks:
- A physical keyboard
- A logical keyboard handler
Reference
Setting | Description |
---|---|
Disabled | To disable or enable this block. |
Text | Text to display in front of the variable |
Variable | Variable to display value of |
Row | Display row, starts at 0 |
Column | Column, starts at 0 |
Length | Total maximum length of text and variable combined |
Comment | To optionally enter a comment. It does not impact the generated firmware. |