Hi,
I've been working with a 4 digit TM1637 and a Nano using one of the most common libraries for it (GitHub - avishorp/TM1637: Arduino library for TM1637 (LED Driver)) with cool results. But, In this particular project I need to change the display orientation while it's running, i.e rotate it 180° like this:

So, I tought It was some basic function that perhaps was already included but I found that's not the case. Do you have any sugestion on how to achieve this?
I was wondering if you can modify the avishorp library to include rotate as an additional argument perhaps at the definition of something (idk how it works).
Or adding some code or something physical in the DIO pin
Thanks for reading anyways
