shinyblink / sled

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

gfx_mandelbrot doesn't render correctly with non-square matrices #9

Closed vifino closed 6 years ago

vifino commented 6 years ago

When the X/Y size don't match up, gfx_mandelbrot behaves weirdly.

The scaling doesn't seem to work correctly, maybe I used a wrong variable somewhere.

vifino commented 6 years ago

I fixed this with the multithreading (#39) rework. Commit 82b5742ad2db68cd4b9da0151a7540c14aef1c92 I think?