-
Notifications
You must be signed in to change notification settings - Fork 129
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
Colon Support #96
Comments
Hi, |
Hi RodjGaming, |
Hi, the issue is that these dots are multiplexed like if they were digits. If you controlled the pin with regular digital write, you'd not only control the colon, but also the additional dot on the top. |
I did not check the connection schema carefully enough. My display has a separate anode and cathode for those led's (and is hence using 14 pins instead of 13). |
Hi there,
I have a 4 digit 7-segment display with an additional colon and a 3rd upper dot(to the right of the 3rd digit). These dots(L1,L2,L3) have their own common cathode/anode with the other end connected to segments A, B, and C individually, basically making it its own digit. Below are the pictures from the datasheet of the display:
I would like if native colon support could be added for components like this, or if there is another way to achieve lighting up L1 and L2 currently in the library.
The text was updated successfully, but these errors were encountered: