jasonacox / TM1637TinyDisplay

Arduino library to display numbers and text on a 4 and 6 digit 7-segment TM1637 display modules.
GNU Lesser General Public License v3.0
69 stars 19 forks source link

Add flip display left/right #38

Open victorlysak opened 5 months ago

victorlysak commented 5 months ago

Is it possible to flip the display also from left to right so that together with the flipDisplay() function the display would be seen correctly in the mirror, like for example head up display in a car's windscreen? thank you

jasonacox commented 5 months ago

Hi @victorlysak - Interesting idea.

Yes, that should be fairly easy to do. It may be a nice feature to add. Similar to flipDisplay(), I would target adding the logic to TM1637TinyDisplay::writeBuffer() to handle the mapping. Unfortunately, I don't have time right now to work on it. If you or anyone else want to take a stab at it, feel free to submit a PR.