Skip to content

Commit 68159b1

Browse files
updated documentation
1 parent 0930f74 commit 68159b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in an embedded, `no_std` environment. A number of I2C interfaces are supported:
1313
The most common pin wiring uses 4 data pins and 3 control pins. Most models have the display's 4-bit mode data pins connected to P4-P7 of the PCF8574.
1414
This library supports that configuration, though it would be straightforward to add support for other pin configurations.
1515
- **AiP31068** - This is a character display controller with a built-in I2C support. The command set is similar to the HD44780, but the controller
16-
operates in 8-bit mode and is initialized differently.
16+
operates in 8-bit mode and is initialized differently. Examples of displays that use this controller include the [Surenoo SLC1602O](https://www.surenoo.com/products/8109143).
1717

1818
Key features include:
1919
- Convenient high-level API for controlling many types of character display

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//! The most common pin wiring uses 4 data pins and 3 control pins. Most models have the display's 4-bit mode data pins connected to P4-P7 of the PCF8574.
1010
//! This library supports that configuration, though it would be straightforward to add support for other pin configurations.
1111
//! - **AiP31068** - This is a character display controller with a built-in I2C support. The command set is similar to the HD44780, but the controller
12-
//! operates in 8-bit mode and is initialized differently.
12+
//! operates in 8-bit mode and is initialized differently. Examples of displays that use this controller include the [Surenoo SLC1602O](https://www.surenoo.com/products/8109143).
1313
//!
1414
//! Key features include:
1515
//! - Convenient high-level API for controlling many types of character display

0 commit comments

Comments
 (0)