-
Notifications
You must be signed in to change notification settings - Fork 174
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
HT16K33 - display() and clear() not working correctly #52
Comments
@ckoessler can you confirm how you wired the display to the Raspberry Pi? |
@proppy |
@proppy were you able to reproduce the problem? |
@ckoessler I don't have the part to test this yet, but I'd be curious if you've got the same issue with another |
@proppy I don't have any other. I am curious as well and wondering if I just have a bad display. If this is the case I need to send it back ASAP... |
/cc @beriberikix who recently stole my |
@proppy I'm sending back my display and switching to another model. Hopefully one of you will be able to check if the code has a bug or not. Thanks! |
@proppy I don't have the an AThings device setup at the moment - do you want me to send the 7seg display to you? |
@beriberikix can you send it to @mangini @jdkoren or @devunwired that way they can try to reproduce the issue. |
Just a thought - have you verified that the pins are providing enough current to drive the display? Also, have you tested it with a well-known, working code, like that for Arduino provided by Adafruit? |
I only have one pi3 loaded with AT. In doubt, I assumed I had a bad display and sent it back before the end of the return window. I won't be able to test changes. |
I can confirm something isn't working correctly. I too saw weird behavior using the contrib-driver, while it worked perfectly fine with code from Adafruit on an Arduino. |
I have the same problem with the Grove-LCD RBG Backlight maybe we write too fast? |
@beriberikix Can you confirm that no exception was thrown? In the past I had weird characters showing up when my code threw an exception, probably because the whole process went down before finishing writing to the bus. Also, are you getting this issue consistently, or randomly? |
I am trying the ht16k33 driver on a raspberry pi3 running preview 3 and the version 0.3 of the driver. My display is the Adafruit 1.2" 7-segment LED HT16K33 Backpack.
When sending the command clear(), the last digit on the display still light up some segments (cf picture)
I then ran some other test with different texts. Here are the results.
"XOXO"
"abcd"
Digits from "0000" to "9999"
The text was updated successfully, but these errors were encountered: