LED matrix display - MD_Parola, MD_MAX72xx and MD_MAXPanel

Hello,
i have made my own LED matrix display with MAX7219 and want to use Parola for animations and Text. My Problem is now that no of the 4 Hardware types seems to fit my Display. Its wired like here: https://majicdesigns.github.io/MD_MAX72XX/Circuit_Schematic.jpg
But if i use PAROLA_HW, everything is tilted by 90 degrees, like with all hardware types except GENERIC_HW, but with generic the text is mirrored. I only would have to reverse the rows, and read something about the row mapping here: https://github.com/MajicDesigns/MD_MAX72XX/blob/master/src/MD_MAX72xx_lib.h

but how do i use this in my or in the example sketch to reverse the mapping of the rows?