Some last doc changes
parent
bfafb8b058
commit
0204e72cb5
|
|
@ -212,7 +212,7 @@ fn run() -> Result<(), std::io::Error> {
|
|||
// a moving `Hello World!`
|
||||
let limit = 10;
|
||||
for i in 0..limit {
|
||||
println!("Moving Hello World. Loop {} from {}", i, limit);
|
||||
println!("Moving Hello World. Loop {} from {}", (i+1), limit);
|
||||
|
||||
display.draw(
|
||||
Font6x8::render_str(" Hello World! ")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
//! A simple Driver for the Waveshare 1.54" E-Ink Display via SPI
|
||||
//!
|
||||
//!
|
||||
//! # Examples from the 4.2" Display. It should work the same for the 1.54" one.
|
||||
//! # Example for the 1.54 in E-Ink Display
|
||||
//!
|
||||
//! ```ignore
|
||||
//! use eink_waveshare_rs::{
|
||||
|
|
|
|||
Loading…
Reference in New Issue