Basic Block-List
Basic Block: Basic display and control blocks.
List of basic blocks:
Blocks |
Description |
![]() |
Show a number on the LED screen. It will slide left if it has more than one digit.
|
![]() |
Shows the selected icon on the LED screen.
|
![]() |
Shows a picture on the LED screen.
|
![]() |
Show a string on the LED screen. It will scroll to left if it’s bigger than the screen.
|
![]() |
Turn off all the LED lights on the LED screen.
|
![]() |
Keep running part of a program in the background. |
![]() |
The on start is a special event that runs when the program starts, before any other event. Use this event to initialize your program. |
![]() |
Pause the program for the number of milliseconds you say. You can use this function to slow your program down.
|
![]() |
Shows the selected arrow on the LED screen.
|