Expand description
This is an adapter for the lcd
crate which makes it work with the popular PCF8574
I2C expander boards that are used with small LCM1602 or HD44780 LCD screens.
They look like this:
Structs§
- Pcf8574
- Represents an LCD display attached via PCF8574 I2C expander. Use the traits in the
lcd
crate to interact with it.
Enums§
- Error
Handling - What to do on I/O errors.