Update README.md
parent
5ba408d5a7
commit
1a670ef8c6
|
|
@ -31,11 +31,8 @@ display.draw(
|
||||||
.draw(display);
|
.draw(display);
|
||||||
);
|
);
|
||||||
|
|
||||||
// Transfer the frame data to the epd
|
// Transfer the frame data to the epd and display it
|
||||||
epd.update_frame(&mut spi, &display.buffer())?;
|
epd.update_and_display_frame(&mut spi, &display.buffer())?;
|
||||||
|
|
||||||
// Display the frame on the epd
|
|
||||||
epd.display_frame(&mut spi)?;
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## (Supported) Devices
|
## (Supported) Devices
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue