MCU for LED matrix

Hi all, would like to ask does any type of stand-alone MCU for the LED matrix could be controlled by Arduino UNO using LED control library?

Such as 74CH595 or STC8F2K32S4.

Thanks!

The LedControl.h library is specifically for max7219 and max7221 chips and can be used to drive 7 segment displays or 8x8 dot matrix displays. The max72xx chips handle multiplexing so relieve the MCU (and the programmer) of a lot of work.
Are you looking for an equivalent chip to the max series?

I would like to buy led matrix strip for a small project using Arduino Uno. The seller is asking whether MCU STC8F2K32S4 is compatible for the coding part or not.