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

Enhanced character set #39 #40

Closed jasonacox closed 2 weeks ago

jasonacox commented 3 months ago

v1.11.0 - Enhanced Character Set

Enhanced character set

display.showString("!-/0123456789<=>?@ABCDEFGHIJKLMmNOPQRSTUVWwXYZ[]^_`abcdefghijklnnnopqrstuvvvxyz{|}~");

Comments and testing welcome.

git clone https://github.com/jasonacox/TM1637TinyDisplay.git
git switch v1.11.0
J-Brinkman commented 2 months ago

Hi Jason,

Back from vacation and I looked at it, it seems oke to me. Super that you made the update!

Jeroen Brinkman

jasonacox commented 2 months ago

Thanks @J-Brinkman! I'll run a few practical tests and then merge and upload.