avishorp / TM1637

Arduino library for TM1637 (LED Driver)
GNU Lesser General Public License v3.0
427 stars 218 forks source link

Mark TM1637Display::encodeDigit static #73

Closed mortenfyhn closed 3 years ago

mortenfyhn commented 3 years ago

This makes it easier to use the encode helper outside of the class. It's already a public member, so why not.

It's a tiny change and simply building it should be enough to verify that it works, but I built and ran the example sketch just to be sure.

avishorp commented 3 years ago

Merged, thank you!