Crate pi_lcd [] [src]

A Rust crate to connect a HD44780 lcd display

Example

use pi_lcd::*;

// create a new lcd
let lcd = HD44780::new(11,10,[6,5,4,1],20,4);

// send a String to the lcd at row 0
lcd.send_string("Hello World".to_string(),0);

Structs

HD44780

The display handle

Functions

e_wait

Waits 50 ns to let the display recognize the enabled pin