micropython-max7219
micropython-max7219 copied to clipboard
Wokwi: Letters flipped horizontally
Hi! The MAX7219 in Wokwi and maybe some real matrices flip the letters vertically like this:
This is fixed by changing the framebuffer config in line 56 from MONO_HLSB to MONO_HMSB like here:
Maybe a method to switchbetween these would be nice, but i wanted to post the fix here after finding it.
Edit: I opened a pull request