-
Notifications
You must be signed in to change notification settings - Fork 15
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
Read keycode #1
Comments
I have actually never been able to find a tm1650 manual, so the entire library was built by trial an error. Do you mind sharing it with me? arkhipenko@hotmail.com Since I don't have the manual, I am not sure what key scan functionality you are referring to... Happy to add to the library once I understand what it is. Sent from a mobile device. Apologies for accidental typos. From: marlumme This is not issue but a new feature. wbr You are receiving this because you are subscribed to this thread. |
I found it on the manufacture’s site http://www.titanmic.com/e_products/TM1650-2-25.html The code is here int TM1650::keycode() { } I also added to my version displayInt, because this is digit display int TM1650::displayInt(int aI) { }
|
Here original and rough translate Martti |
I tried to add the mentioned code but it only run for on time then my loop don't work I restarted the boar but this loop work only once if I remove the getKeycode function it works fine and even I've edit the headers file to check it steams to stop workin after calling
|
This is not issue but a new feature.
TM1650 has also a key scan of the digits 1-4 connected to segments A-G with a 2k resistor.
The code can be retrieved by reading from address 0x24, control port.
When there is valid code bits 2 and 6 are set. The codes are listed in the TM1650 manual.
I checked this with 4-digit bought from ebay.
Please add the code in your repository. It seems to be the one what people are browsing.
wbr
Martti
The text was updated successfully, but these errors were encountered: