You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect there might also be something else in the code that needs adjusting.
Could you please guide me on what I need to change to ensure the DIGIs are addressed in the correct order? GRID1 should correspond to DIGI 1 (left), and GRID6 to DIGI 6 (right).
For the 6 digit displays you buy from Amazon and AliExpress, the digits are not sequential (requires a map) and the 7-segment LED data must be uploaded in reverse order:
Request from email related to supporting a custom built 6 digit display:
For the 6 digit displays you buy from Amazon and AliExpress, the digits are not sequential (requires a map) and the 7-segment LED data must be uploaded in reverse order:
Digit 1 - GRID3
Digit 2 - GRID2
Digit 3 - GRID1
Digit 4 - GRID6
Digit 5 - GRID5
Digit 6 - GRID4
The default TM1637TinyDisplay code is set to work with that. If you want to change the code to make it work with a more logical wiring:
You may need to update this function to handle the start command:
The text was updated successfully, but these errors were encountered: