LED matrix display - MD_Parola, MD_MAX72xx and MD_MAXPanel

@Herone - You seem to want to just display a + or - on one matrix module. Parola is not the right tool for this because the code needed for the animations is not used and is taking up valuable code memory. You should just use the MD_MAX72xx library and a variation of the ASCII display test in the example code. You solution using a different library is basically the same idea.

Good luck with your project.