Expand description
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.
- Display
Mode - Display mode bit flags used with display_control() command.
- Entry
Mode - Entry mode bit flags used with entry_mode_set() command.
- Function
Mode - Function mode bit flags used with function_set() command.
- Gpio
Driver - This is the driver used for direct GPIO pin connected HD44780 displays.
- Shift
Mode - 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 Aliases§
- Result
- Common result used as return type from functions in library.