1
2
3
4
©2017 The LEGO Group.
14
Program with WeDo 2.0
Description of output display blocks
Display Background
Use this block to display an image chosen
from a list available within the software. You
can set an image using a numeric input.
Pseudocode: Show image 1 on display
Display Block
Use this block to open the display area on
the software screen. Numbers or text will
appear in the display area.
Pseudocode: Show ... on display
Add to Display
Adds a quantity to the number currently
shown on the display. Enter the number
you wish to add. Tap on the block to
change the mathematical operation.
Pseudocode: Add ... to the number
on display
Subtract from Display
Subtracts a quantity from the number
shown on the display. Enter the number
you wish to subtract. Tap on the block to
change the mathematical operation.
Pseudocode: Subtract ... from the number
on display