Main Content

clearLEDMatrix

Clears the entire LED matrix and sets the all the pixels to blank ([0, 0, 0])

Add-On Required: This feature requires the MATLAB Support Package for Raspberry Pi Hardware add-on.

Description

example

clearLEDMatrix(mysh) clears the entire LED matrix and sets all the pixels to blank ([0,0,0]).

Examples

collapse all

Clears the LED matrix and resets all the pixels.

clearLEDMatrix(mysh)

Clears the entire LED matrix and sets the all the pixels to blank ([0, 0, 0]).

Input Arguments

collapse all

Connection to a SenseHAT board, specified as a sensehat object.

Extended Capabilities

Version History

Introduced in R2016b