Imel23 / TM1637-Library-for-Raspberry-Pi-Pico

This repository contains a C library for interfacing with the TM1637 4-digit 7-segment display using the Raspberry Pi Pico. The library provides functions to initialize the display, set brightness, display digits or numbers, and clear the display.
MIT License
2 stars 0 forks source link

Colon support #1

Open NewAbbreviations950 opened 1 month ago

NewAbbreviations950 commented 1 month ago

Hi, would you possibly be able to add support for the colon for time based projects. I could possibly hack it in but I'm just learning C and it wouldn't be pretty. This library is great btw, thank you!

Imel23 commented 1 month ago

Hi, would you possibly be able to add support for the colon for time based projects. I could possibly hack it in but I'm just learning C and it wouldn't be pretty.

This library is great btw, thank you!

Thank you for your kind words! I’m glad you’re enjoying the library. I’ll work on adding support for the colon for time-based projects very soon. Stay tuned!

NewAbbreviations950 commented 1 month ago

Thanks so much, I'm looking forward to it!