BBC micro:bit

Microbit_Led

The Microbit_LED extension provides App Inventor users with the ability to programmatically change the BBC micro:bit’s 5x5 LED matrix, either by coding custom patterns or writing text strings. The scrolling speed of the display may also be customized.

Properties

get Microbit_Led1 BluetoothDevice

set Microbit_Led1 BluetoothDevice  to

Methods

call Microbit_Led1 ReadLEDMatrixState

call Microbit_Led1 ReadScrollingDelay

call Microbit_Led1 WriteLEDMatrixStateLED_Matrix_State

call Microbit_Led1 WriteLEDTextLED_Text_Value

call Microbit_Led1 WriteScrollingDelayScrolling_Delay_Value

Events

when Microbit_Led1 LEDMatrixStateReceived LED_Matrix_State do

when Microbit_Led1 ScrollingDelayReceived Scrolling_Delay_Value do

when Microbit_Led1 WroteLEDMatrixState LED_Matrix_State do

when Microbit_Led1 WroteLEDText LED_Text_Value do

when Microbit_Led1 WroteScrollingDelay Scrolling_Delay_Value do