waveshareteam-e-Paper/Arduino UNO/epd2in9
Samuli Asmala 5ff379c470
Fix pixel coordinate calculation for rotated displays
Coordinate ranges are from 0 to width-1 (or height-1). This means when calculating the rotation, using `x = this->width - y;` would lead to x of range from `this->width` (when `y=0`) to `1` (when `y=this->width-1`). Thus additional -1 is required to get correct coordinates after rotation and prevent image from clipping.
2019-07-20 11:47:25 +03:00
..
epd2in9 Fix pixel coordinate calculation for rotated displays 2019-07-20 11:47:25 +03:00
LICENSE 2019.06.24 2019-06-24 17:11:43 +08:00
readme.md 2019.06.24 2019-06-24 17:11:43 +08:00

e-paper display

Interfaces

Name Description
VCC 3.3V
GND GND
DIN SPI MOSI
CLK SPI SCK
CS SPI chip select (Low active)
DC Data/Command control pin (High for data, and low for command)
RST External reset pin (Low for reset)
BUSY Busy state output pin (Low for busy)