shinyblink / sled

Satanic/Sexy/Stupid/Silly/Shiny LED matrix controller
https://shinyblink.github.io/sled/
ISC License
121 stars 25 forks source link

--filter without parameter produces segmentation #97

Closed SquallHalle closed 4 years ago

SquallHalle commented 4 years ago

sudo ./sled -o "rpi_hub75: --led-rows=64 --led-cols=64 --led-chain=6 --led-pixel-mapper=U-mapper;Rotate:180" --filter

gave me a segmentation fault

vifino commented 4 years ago

Filters sit inbetween the graphics (gfx) modules and the output (out) modules. They can do things like gamma correction or mapping the matrix differently, for example folding it.

There should be more robust option parsing, there isn't much handling incorrect use there.