MajicDesigns / MD_MAX72XX

LED Matrix Library
GNU Lesser General Public License v2.1
309 stars 122 forks source link

Mirrored text #7

Closed 003random closed 6 years ago

003random commented 6 years ago

Hey there @MajicDesigns,

When testing the example scripts, the text displays in a wrong order. When googling for this issue i found that you have to change #define USE_PAROLA_HW 1 To #define USE_PAROLA_HW 0 but the problem is that the line you have to edit is not present in the file. (MD_MAX72xx.h). How do i fix this? or is there something im missing? Thanks in advance :)

003random,

MajicDesigns commented 6 years ago

From version 3 onwards you specify the hardware type in the code as one of the class parameters. Please read the documentation or look at the examples for how this is done.

003random commented 6 years ago

Thanks :) Great library btw!

AleksandarTheMachine commented 1 year ago

I have exactly the same problem! What to do?

MajicDesigns commented 1 year ago

Change the hardware types until it works. Make sure that the wires come into the display at the right hand side of the display. https://arduinoplusplus.wordpress.com/2020/08/29/parola-a-to-z-frequently-asked-issues/