EV3 UI¶
Non-Visible component| Category | Requires | Version |
|---|---|---|
| LEGO® MINDSTORMS® > EV3 | API 21, Android 5.0 Lollipop | 1 |
Overview¶
A component that provides a high-level interface to a LEGO MINDSTORMS EV3 robot, with functions to draw graphs on EV3 screen.
Methods¶
Draw Circle¶
Draw a circle on the screen.
| Params | |
|---|---|
| color | Number |
| x | Number |
| y | Number |
| radius | Number |
| fill | Boolean |
Draw Icon¶
Draw a built-in icon on screen.
| Params | |
|---|---|
| color | Number |
| x | Number |
| y | Number |
| type | Number |
| no | Number |
Draw Line¶
Draw a line on the screen.
| Params | |
|---|---|
| color | Number |
| x1 | Number |
| y1 | Number |
| x2 | Number |
| y2 | Number |
Draw Point¶
Draw a point on the screen.
| Params | |
|---|---|
| color | Number |
| x | Number |
| y | Number |
Draw Rect¶
Draw a rectangle on the screen.
| Params | |
|---|---|
| color | Number |
| x | Number |
| y | Number |
| width | Number |
| height | Number |
| fill | Boolean |
Fill Screen¶
Fill the screen with a color.
| Params | |
|---|---|
| color | Number |
Properties¶
Bluetooth Client¶
Component Read Write - Designer Blocks
The BluetoothClient component that should be used for communication.