-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Any help on TM1621 #39
Comments
Hello, unfortunately I'm afraid I have to disappoint you a bit. The TM1621 is not a LED driver, but an LCD driver. My TM16xx library only supports LED drivers. I don't have any TM1621 chips in my collection (yet) nor any modules that feature a TM1621. For that reason I won't be able to help you directly. However, I did some quick googling and perhaps these findings are helpful: On the esphome website I did find some information on the TM1621 support for your THR316 module and a link to the source code More interesting might be this informative video and this Arduino code. It shows another display using the same TM1621 chip and the maker provides his Arduino code used to drive all segments of his display, I think that by studying that code, and reusing it with perhaps small modifications, you may be able to control your module with Arduino. Nevertheless, thank your for bringing my attention to this chip. If I ever encounter such a chip or a module featuring the TM1621, I can add it to my collection and perhaps one day add support for it to my library. I will then reopen this issue to let you know. For now I wish you best of luck with your project. |
Thank you so much for reply |
Hello @Server4hassio, I like to mention that some time ago I finally purchased some TM1621D chips and hope to add support for the TM1621/TM1621D to the TM16xx library. In issue #59 you can follow my recent endeavors into this and I will first post any progress I make with my experiments there. |
How to control TM1621 on arduino. i am noob arduino and i have to control Sonoff THR316 Display by arduino. Its working tasmota and esphome. Help me pls
The text was updated successfully, but these errors were encountered: