Driving LED matrix

Hi All,
I need to drive a LED Matrix with esp32. And I think that this lvgl library should be good for this, because it can render the full content of bit matrix in memory (of course it needs monochrome), and I “only” need to read & drive this content to LED matrix. Do you think is it useful or I need to find other solution?
I know that there are a lot of arduino libs. for this, but I need an industrial robust multitasking solution with esp idf and freertos.

thx,
Zamek