[][src]Crate hd44780_ntb

Provides a complete HD44780 compatible command set and supporting code.

This is meant as a low level hardware non-text buffer interface for drivers.

Structs

Command

Structure in SpyDriver to record commands.

DisplayMode

Display mode bit flags used with display_control() command.

EntryMode

Entry mode bit flags used with entry_mode_set() command.

FunctionMode

Function mode bit flags used with function_set() command.

GpioDriver

This is the driver used for direct GPIO pin connected HD44780 displays.

ShiftMode

Shift mode bit flags used with cursor_shift() command.

SpyDriver

A very basic testing driver that records arguments given for commands and writes.

Enums

HdError

Provides a shared set of error types.

Traits

HD44780

Complete command set for HD44780 display controller.

Type Definitions

Result

Common result used as return type from functions in library.