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
585 stars 180 forks source link

epd2in13: update to common display APIs #615

Closed aykevl closed 8 months ago

aykevl commented 8 months ago

This updates the e-paper display to use the same rotation and sleep APIs as other displays.

conejoninja commented 8 months ago

I agree with this change, I see no problem merging it

deadprogram commented 8 months ago

Now merging, thanks for the update @aykevl and to @conejoninja for review.