The Display block can display text or graphics on the EV3 Brick display. |
















| Input | Type | Allowed Values | Notes |
|---|---|---|---|
| Clear Screen | Logic | True/False | If True, the display is cleared before the item is drawn. |
| File Name | Text | Name of an existing Image file | See the Image Editor for details. Choose “Wired” from the File Name input on the top of the block to show the File Name input for a data wire. |
| Text | Text | Characters from the Supported Text character set. | Text to display. Choose “Wired” from the Text input on the top of the block to show the Text input for a data wire. |
| Column | Numeric | 0 to 21 | Horizontal starting column. Columns are 8 pixels wide. Column 0 is at the left of the display. |
| Row | Numeric | 0 to 11 | Vertical text row or “line number” Rows are 10 pixels high. Line 0 is at the top of the display. |
| X | Numeric | 0 to 177 | X coordinate 0 is at the left of the display. |
| Y | Numeric | 0 to 127 | Y coordinate 0 is at the bottom of the display. |
| X1 | Numeric | 0 to 177 | X coordinate of the first point in a line |
| Y1 | Numeric | 0 to 127 | Y coordinate of the first point in a line |
| X2 | Numeric | 0 to 177 | X coordinate of the second point in a line |
| Y2 | Numeric | 0 to 127 | Y coordinate of the second point in a line |
| Radius | Numeric | ≥ 0 | Radius of a circle in pixels |
| Width | Numeric | ≥ 0 | Width of a rectangle in pixels |
| Height | Numeric | ≥ 0 | Height of a rectangle in pixels |
| Fill | Logic | True/False | If True, the interior of a shape is filled |
| Color | Logic | False = Black True = White | Drawing text in White puts a black background around the characters. Drawing shapes in White clears black pixels on the display. |
| Font | Numeric | 0 = Normal 1 = Bold 2 = Large | Normal font is 9 pixels high by 8 wide. Bold font is 8 pixels high by 8 wide. Large font is 16 pixels high by 16 wide. |