Led Block-List
Blocks | Description |
![]() |
Turn on the LED light you say on the LED screen.
|
![]() |
Toggle a LED light on the LED screen, meaning to turn it on (off) if it is off (on). Specify which LED using x, y coordinates.
The LED screen is made up of 25 LEDs arranged in a 5×5 grid. To figure out the x, y coordinates, see LED screen. |
![]() |
Turn off the LED light you say on the LED screen.
If a parameter is out of bounds (a value other than 0 to 4), then this function will do nothing. |
![]() |
Find whether the LED you say on the LED screen is on or off.
If a parameter is out of bounds (a value other than 0 to 4), this function will return
|
![]() |
Display a bar graph for a number value.
|
![]() |
Turn on a LED light with a specific brightness on the LED screen.
Brightness is a number that represents the brightness of the LED, from 0 (off) to 255 (full brightness) If a parameter is out of bounds (a value other than 0 to 4), then this function will do nothing. |
![]() |
Read the brightness of a LED on the LED screen.
If a parameter is out of bounds (a value other than 0 to 4), this function will return false. |
![]() |
Find how bright the LED screen when it is turned on.
|
![]() |
Make the LED screen as bright as you say when it is turned on.
|
![]() |
Turns the LED screen on and off.
|
![]() |
Stop the animation that is playing and any animations that are waiting to play.
|
![]() |
Set the display mode to either black and white or greyscale for rendering LEDs.
|