![]() |
ePaper (IL3820) module library
v0.5
Library for the 2.9-inch WaveShare ePaper display module
|
Functions | |
screen_t * | il3820_init (char sdi, char sclk, char cs, char rs, char rst, char busy, int _width, int _height) |
Initializes the ePaper screen by setting up it's SPI and control pins. More... | |
Variables | |
char | _sdi |
char | _dc |
char | _clk |
char | _rst |
screen_t* il3820_init | ( | char | sid, |
char | sclk, | ||
char | cs, | ||
char | rs, | ||
char | rst, | ||
char | busy, | ||
int | width, | ||
int | height | ||
) |
Initializes the ePaper screen by setting up it's SPI and control pins.
sid | which pin is connected to the Serial Data In pin, marked "DIN". |
sclk | which pin is connected to the Serial Clock pin, marked "CLK". |
cs | which pin is connected to the Chip Select pin, marked "CS". |
rs | which pin is connected to the Read Status pin, marked "D/C". |
rst | which pin is connected to the Reset pin, marked "RST". |
busy | which pin is connected to the Busy pin, marked "BUSY". |
width | Width of the display in pixels. |
height | Height of the displayin pixels. |
char _clk |
char _dc |
char _rst |
char _sdi |