tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
622 stars 196 forks source link

epd1in54: add Waveshare 1.54inch B/W e-Paper display #704

Closed mbialon closed 1 month ago

mbialon commented 2 months ago

I am adding a driver for the Waveshare 1.54-inch B/W e-Paper display.

Here's the example code running:

IMG_0008

deadprogram commented 2 months ago

Hello @mbialon thank you very much for the PR.

Could you please add a smoke test for it here: https://github.com/tinygo-org/drivers/blob/release/smoketest.sh

Thanks!

mbialon commented 2 months ago

Hey @deadprogram, thanks for your work.

I added a smoke test for the driver.

deadprogram commented 1 month ago

Thank you for the addition @mbialon now squash/merging.