Module args

Source
Expand description

Provides functions to add arguments to control various parameters of your RGB LED matrix.

Functionsยง

add_matrix_args
Given a clap App, adds arguments specific to the matrix initialization and returns a new App.
matrix_options_from_args
Given the parsed matches, returns (LedMatrixOptions, LedRuntimeOptions)