valerionew / ht1621-7-seg

arduino library for 7-segment lcd based on ht1621 drivers
Other
19 stars 13 forks source link

display don't work on esp32 #3

Closed didi110296 closed 5 years ago

didi110296 commented 5 years ago

Hello, i'm trying to connect an ht1621 display to esp32 but that don't work, just the led is on, i've tried to change pins many times but nothing. I think this library is no compatible?

Thanks.

valerionew commented 5 years ago

The library is not compatible yet with faster processors. A fix will probabily come in 2.1.0

didi110296 commented 5 years ago

Ok thank you :)

valerionew commented 5 years ago

This fork contains a fix: https://github.com/JarekParal/ht1621-7-seg

didi110296 commented 5 years ago

Ok nice

valerionew commented 5 years ago

@didi110296 would you test the new branch?

didi110296 commented 5 years ago

i've tried, that work fine

valerionew commented 5 years ago

Thank you!