Crate lcd1602_driver

Source
Expand description

§LCD 1602 Driver

Basic Usage:

  1. Initialize a “sender”
    This crate include 2 driver:

    You can choose either of it, or you can use any driver implemented sender::SendCommand.

  2. Use lcd::Lcd::new() to create a lcd::Lcd, and initialize LCD1602 hardware

  3. use any methods provide by lcd::Lcd to control LCD1602

Modules§

command
Command to control LCD
lcd
Lcd is the main driver for LCD1602
sender
Built-in sender
utils
Common tools