shinyblink / sled

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

out_mpsse_spi: Make half row hack optional. #72

Closed vifino closed 5 years ago

vifino commented 5 years ago

Since most of the time, we don't need to go to the absolute maximum the iCEbreaker can give driving a HUB75 panel using @smunaut's rgb-panel Verilog code, the half row hack to save BRAM is not necessary.

So, add an option to make it optional.

vifino commented 5 years ago

Fixed as of #73, just set linediv=2,linepad=256 for the half row hack plus sync padding.