MLB-LED-Scoreboard / mlb-led-scoreboard

An LED scoreboard for Major League Baseball :baseball:
GNU General Public License v3.0
590 stars 105 forks source link

Given argument "led-scan-mode" is not set on RGBMatrixOptions #396

Closed feram18 closed 2 years ago

feram18 commented 2 years ago

This issue is a

Software Configuration

Expected behavior

RGBMatrixOptions.scan_mode should be equal to 1.

Actual behavior

RGBMatrixOptions.scan_mode stays at default 0.

Additional Information

Argument --led-scan-mode already exists in the ArgumentParser. Just missing a line to set RGBMatrixOptions' scan_mode property to the given value from argument flag.

ty-porter commented 2 years ago

Closed by #397