MultipleTextLayersGfx example issue

Dear All,
I am trying to make the example code mentioned in the title work with my 64x64 panel and an ESP32. It seems to work great, but only when I power the panel after the setup function has already finished running. Otherwise, the panel seems to get stuck and a mostly static pattern is displayed.
I triple-checked every connection.
Has anyone met a similar situation so far?

the only explanation I can find is that the code is sending an init sequence to setup some panels like FM6126a, but that sequence is somehow messing up your panel so it won’t work after that.
I would look into the library init code being sent, as well as whatever configuration for your panel that you chose and what init is being sent as a result.