You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ in an embedded, `no_std` environment. A number of I2C interfaces are supported:
13
13
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.
14
14
This library supports that configuration, though it would be straightforward to add support for other pin configurations.
15
15
-**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).
17
17
18
18
Key features include:
19
19
- Convenient high-level API for controlling many types of character display
Copy file name to clipboardExpand all lines: src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
//! 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.
10
10
//! This library supports that configuration, though it would be straightforward to add support for other pin configurations.
11
11
//! - **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).
13
13
//!
14
14
//! Key features include:
15
15
//! - Convenient high-level API for controlling many types of character display
0 commit comments