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)