-
Notifications
You must be signed in to change notification settings - Fork 626
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
Update rpihw.c #164
Merged
Merged
Update rpihw.c #164
Conversation
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
added raspi Zero W
Ahoy! Where did you encounter a Pi Zero with Revision ID |
It is the new PiZero W (with wireless built-in)
Rudi
From: Philip Howard <[email protected]> <[email protected]>
Reply: jgarff/rpi_ws281x
<[email protected]>
<[email protected]>
Date: 30 March 2017 at 22:09:59
To: jgarff/rpi_ws281x <[email protected]>
<[email protected]>
Cc: rudivandrunen <[email protected]> <[email protected]>,
Author <[email protected]> <[email protected]>
Subject: Re: [jgarff/rpi_ws281x] Update rpihw.c (#164)
Ahoy! Where did you encounter a Pi Zero with Revision ID 0x9200c1?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#164 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADHUHnmicvFfHROtV7_CWHAzRTyifc7vks5rrAwUgaJpZM4Mhssq>
.
…--
Rudi van Drunen http://www.rvandrunen.nl
[email protected]
|
Hello guys, I've just received my Pi Zero W, and the Revision value is slightly different:
Do you know if there are multiple models of the Zero W? |
There will be different manufacturers which will change the id |
Oh, I see :) |
jgarff
pushed a commit
that referenced
this pull request
Jul 6, 2017
* Pi Zero W v1.1 support added to rpihw.c * Update rpihw.c (#164) added raspi Zero W * Device-tree auto-detect * Channel gamma support * Reverted to old detection, added 0x9200c1 * Changed gamma correction to match leds * Removed dead dt detect code * Re added "Pi Zero W v1.1", .hwver = 0x9000c1, (#181) * Added PCM and SPI support. Specifying the corresponding GPIO pin will (#170) select either PWM, PCM or SPI. PCM and SPI only support 1 channel. Increased version to 1.1.0. Updated README.md * Fix setting of brightness in go bindings (#174) Fixes #151 * Added delay to ensure reset time being met with low led counts (#157) * Fix includes as per #178 (#189) * clean up doco and strandtest (#187) * updated documentation on GPIO usage strandtest now defaults to GRB colour order added version.h to gitignore * updated python readme * more README cleanup * added notes on spi max transfer size
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.
added raspi Zero W