Ev3UI
Last Updated On 2021-07-16
Version 1MinSDK 7Tutorial Video
A component that provides a high-level interface to a LEGO MINDSTORMS EV3 robot, with functions to draw graphs on EV3 screen.
Properties
You can set the below properties in the UI part of the builder.
- BluetoothClient - it's a BluetoothClient value which is set to blank by default.
Block Properties
You can set the below blocks properties in the blocks section of the builder.
BluetoothClient
The BluetoothClient component that should be used for communication.
Methods
You can set the below method blocks in the blocks section of the builder.
DrawCircle
Draw a circle on the screen.
DrawIcon
Draw a built-in icon on screen.
DrawLine
Draw a line on the screen.
DrawPoint
Draw a point on the screen.
DrawRect
Draw a rectangle on the screen.
FillScreen
Fill the screen with a color.