Contenuto principale

clearLEDMatrix

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

Description

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

Note

To generate C/C++ code for this function, you must have an Embedded Coder® license.

example

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

expand all

Version History

Introduced in R2016b