Dave Cheney
3b4cdece03
examples: add 2.13in e-Paper V1 demo for RP2040-PiZero
...
Exercise all four SetRotation modes in the demo. Fix epd2in13.Size(),
which reported the padded logical buffer width instead of the true
panel width at rotation 90 and 270. This clipped the last few rows on
those rotations because the driver bounds check used the true width
while Size() reported the padded width.
Scale the dither ramp and solid block to the panel height instead of
fixed pixel offsets, so they fit inside the shorter 122 pixel dimension
at rotation 90 and 270.
2026-09-10 06:42:10 +00:00
Avinal Kumar
e232a4f136
waveshare(ssd1680): Add driver for waveshare 2.9 inch v2 epaper
...
- Waveshare 2.9in v2 epaper uses a different IC (SSD1680) than the v1. This commit
takes the code from v1 and modifies them for v2.
- Datasheets:
- https://files.waveshare.com/upload/7/79/2.9inch-e-paper-v2-specification.pdf
- https://cdn-learn.adafruit.com/assets/assets/000/097/631/original/SSD1680_Datasheet.pdf?1607625960
- Code reference: https://github.com/waveshareteam/e-Paper/raw/refs/heads/master/RaspberryPi_JetsonNano/c/lib/e-Paper/EPD_2in9_V2.c
- Fixes #627
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com >
Assisted-by: Claude Code
2026-04-11 16:41:34 +01:00
Marcin Białoń
ce80e7582f
epd1in54: add Waveshare 1.54inch B/W e-Paper display ( #704 )
...
epd1in54: add Waveshare 1.54inch B/W e-Paper display
2024-10-23 13:43:30 +02:00
Thomas
4a0bcba87c
epd2in66b: Waveshare 2.66inch E-Paper Display Module (B) for Raspberry Pi Pico ( #673 )
...
epd2in66b: add working driver
Co-authored-by: Thomas Richner <thomas.richner@oviva.com >
2024-06-10 13:16:45 +02:00
Kenneth Bell
749b2f6726
epd: add waveshare 2.9in (v1)
2022-08-05 21:01:04 +02:00
Tim Boldt
b1ae52d1b9
Add Waveshare 4.2in B/W e-paper driver ( #183 )
...
* waveshare-epd/epd4in2: Add Waveshare 4.2in e-paper driver
2020-08-25 18:57:13 +02:00
Ron Evans
c09f0a8075
all: switch to using custom domain for all drivers
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-05-29 13:33:50 +02:00
Daniel Esteban
30b118cf63
support for Waveshare EPD 2.13" display (black&white only) ( #61 )
...
* support for Waveshare EPD 2.13" display (black&white only)
2019-05-24 12:37:02 +02:00
Daniel Esteban
374d3f6bec
Support for Waveshare 2.13" (B & C versions) e-paper display ( #56 )
...
* Support for Waveshare 2.13" (B) e-paper display
2019-05-17 07:55:57 +02:00