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