-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setDigitsOrder() method added to manage new digit mapping mechanism
- Loading branch information
1 parent
ecf97d4
commit 38eeac4
Showing
9 changed files
with
453 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
v1.1.0 Added support for alternative wired modules, that use not direct correspondence between the bit position and the display port position | ||
_ Added a mechanism to map de display port positions to bits position of the shift register, to seamlessly work with different wiring implementations made by different display providers. | ||
_ Added the .setDigitsOrder() method to change that mapping as needed. | ||
_ Added constants providing known mappings for some displays. | ||
_ Added examples for 8-bits displays. |
Oops, something went wrong.