Buttons with return values
The control we used above is “Button”, which has no return value, meaning that the serial port of the display module does not send data to the MCU when the user presses the button.
If we want the display module to return data to the MCU when the user presses the button, we can use the “return pressed key value” control.


