Tlc5490 library

Hey everyone, how do i change Arduino pins which control tlc5490 in the library?

In which library? Post a link.

I would expect that if you could use different pins, the pins to use would be passed as arguments to the constructor of the instance of the class defined in the library.

What pins do you want to change? The library appears to use SPI by default. SPI is bound to specific pins that can not be changed.

Oh well,