Arduino_MKRRGB - brightness()

Set the brightness of the matrix.

Syntax

MATRIX.brightness(brightness) 

Parameters

  • brightness: matrix brightness value to set, 0 to 255.

Returns

None.

Example

MATRIX.brightness(10);

See also