avishorp / TM1637

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

Display doesn't work #90

Open Thisplay123 opened 2 years ago

Thisplay123 commented 2 years ago

Hello, I have a project with 3x 7segment displays. If I use the library TM1637 (TM1637.h) , all of displays are working perfectly. But there aren't enough functions for my project, so i tried to use this library form Avishorp (TM1637Display.h) and two of the displays working good and one doesn't work. It shows only incorrect value or nothing. CLK and DIO is connected to pins 2, 3. If I try different pins, it's the same. If I try to change to the previous library, suddenly it's working! I don't expect any problem in my program, because if I change displays in program (each other), still the same situation, when this one display doesn't work. My idea is that this problematic display is some different (version, HW) and noncompatibile with this library, but they seems identic to me. Is it possible? Or any idea for fix it?

Thanks for help a lot :-)

Thisplay123 commented 2 years ago

Fixed. I went from Arduino nano (clone) to NodeMCU ESP 8266 with the same code and everything works now. So, I think that the arduino couldn't do all of my instructions. NodeMCU has more performance and there is no problem now.