-
Notifications
You must be signed in to change notification settings - Fork 23
Add LED SHIM from Pimoroni support #26
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
Merged
Merged
Conversation
This file contains hidden or 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
ladyada
requested changes
Apr 5, 2020
ladyada
approved these changes
Apr 6, 2020
adafruit-adabot
added a commit
to adafruit/Adafruit_CircuitPython_Bundle
that referenced
this pull request
Apr 7, 2020
Updating https://github.com/adafruit/Adafruit_CircuitPython_DS1841 to 1.0.1 from 1.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_DS1841#1 from adafruit/update-rtd-link Updating https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3731 to 2.6.2 from 2.6.1: > Merge pull request adafruit/Adafruit_CircuitPython_IS31FL3731#26 from dglaude/master Updating https://github.com/adafruit/Adafruit_CircuitPython_PyPortal to 3.2.1 from 3.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_PyPortal#71 from kattni/actions-badge-update Updating https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR to 1.1.1 from 1.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_RPLIDAR#8 from adafruit/badge-link-fix Updating https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font to 1.1.1 from 1.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_Bitmap_Font#21 from FoamyGuy/remove-backward-compatibility Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Radio to 0.2.1 from 0.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_BLE_Radio#9 from adafruit/docs-link-update > Merge pull request adafruit/Adafruit_CircuitPython_BLE_Radio#8 from adafruit/dherrada-patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Magic_Light to 0.9.1 from 0.9.0: > Merge pull request adafruit/Adafruit_CircuitPython_BLE_Magic_Light#5 from adafruit/pylint-update Updating https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation to 1.1.2 from 1.1.1: > Merge pull request adafruit/Adafruit_CircuitPython_LED_Animation#16 from adafruit/update-rtd-link Updating https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar to 1.2.1 from 1.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_ProgressBar#5 from adafruit/readthedocs-yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
LED SHIM is the same IS31FL3731 as the other board, but on another I2C address.
The LED used are RGB LED, so what is 28 LED is addressed as 3 row of 28 RED, GREEN and BLUE LEDs.
While it can be addressed as a 28*3 matrix, it give best result with the pixelrgb function I added and that will let you address the 28 position with RGB value.
One specific example is provided that use this unique function.