micropython-max7219 icon indicating copy to clipboard operation
micropython-max7219 copied to clipboard

added mirror option for eg. wokwi.com

Open irgendwer92 opened this issue 4 months ago • 0 comments

The MAX7219 in Wokwi and maybe some real matrices flip the letters horizontally. This is fixed by changing the framebuffer config in line 56 from MONO_HLSB to MONO_HMSB , so i added a mirror option.

irgendwer92 avatar Jun 04 '25 12:06 irgendwer92