-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Led.Digits not working with my 8-Digit LED Display Segment #969
Comments
Can you link me to the device you're using (so I can acquire one)? |
Thanks for the quick reply. I currently live in China so it was very easy to get. |
No, that wouldn't be the case. I have several different 8 digit displays that have been tested with Johnny-Five, but not this exact unit. I'll figure out getting one of these, but in the meantime, can you give me two things?
I'll do my best to help you as immediately as possible, but today is a holiday in the US and I will be AFK for the day in about an hour. |
display.print("88888888"); |
Also, need better docs :/ |
Well, something has changed - now I see the numbers light up for a very short time from left to right. It does that twice and then shows a constant dot on the rightmost digit... |
Strange! I'm AFK now, but I can dig into this tomorrow—sorry for delaying your project :/ |
Hi @idophir , Johnny-Five contributors and maintainers are loathe to close issues where someone has a need. We don't want anyone to ever feel that we don't care, but we just haven't gotten to this feature yet. Rather than leave it languishing as an open issue we have created a Requested Features page and added your request for the 595 there. |
I've spent a few hours on this and I can't get my 8-Digit LED Display Module to work. No matter what character I try to draw or print it just prints random illegible characters or nothing.
I purchased my board in China but it works fine with the snippet below. What am I doing wrong?
Is there a way to send arduino code to the board from within the johnny-five project?
The text was updated successfully, but these errors were encountered: