Lego Mindstorms EV3 Robotics Lesson 18 – Displaying variables on screen and update on button press

In this tutorial we talk about how to display dynamic content on the screen. We’re going to set up a voting booth so that when a button is pressed, the number stored in a variable increases by one, and the number is updated on the screen, and when another button is pressed, another number updates on the screen. We also show you how to use numerical operations in EV3 (how to add numbers to a variable).