waveshare-epd: add epd2in7 driver and RP2040-PiZero slideshow demo - #891
Open
davecheney wants to merge 1 commit into
Open
waveshare-epd: add epd2in7 driver and RP2040-PiZero slideshow demo#891davecheney wants to merge 1 commit into
davecheney wants to merge 1 commit into
Conversation
Add a driver for the Waveshare 2.7in V1 e-Paper HAT. This panel uses an IL91874-style controller, different from the IL3820 and SSD1680 controllers used by the other panels in this package. The controller also needs a GET_STATUS command before each BUSY read, or the BUSY pin never updates. Add a slideshow example for the Waveshare RP2040-PiZero. Each picture is a packed 1 bit per pixel asset file under assets/, embedded with go:embed, and the firmware cycles through the files in name order, one image every 10 seconds. The scaffold ships with four public domain pictures, dithered to 1 bit: the 1984 Macintosh hello screen, The Great Wave off Kanagawa, a 1972 Soviet space era stamp, and a guinea pig photo. Verified on real hardware: RP2040-PiZero with the 2.7in V1 HAT on the standard 40 pin header.
Contributor
Author
|
@conejoninja @soypat /wave |
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
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.
Add a driver for the Waveshare 2.7in V1 e-Paper HAT. This panel uses an IL91874-style controller, different from the IL3820 and SSD1680 controllers used by the other panels in this package. The controller also needs a GET_STATUS command before each BUSY read, or the BUSY pin never updates.
Add a slideshow example for the Waveshare RP2040-PiZero. Each picture is a packed 1 bit per pixel asset file under assets/, embedded with go:embed, and the firmware cycles through the files in name order, one image every 10 seconds.
The scaffold ships with four public domain pictures, dithered to 1 bit: the 1984 Macintosh hello screen, The Great Wave off Kanagawa, a 1972 Soviet space era stamp, and a guinea pig photo.
Verified on real hardware: RP2040-PiZero with the 2.7in V1 HAT on the standard 40 pin header.
IMG_2516.MOV