We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d63b4 commit 8e45cb2Copy full SHA for 8e45cb2
src/i2c_interface.rs
@@ -19,7 +19,7 @@ impl I2CDisplayInterface {
19
}
20
#[cfg(feature = "async")]
21
#[allow(clippy::new_ret_no_self)]
22
- /// Create a new async I2C interface with the address 0x3D
+ /// Create a new async I2C interface with the address 0x3C
23
pub fn new<I>(i2c: I) -> I2CInterface<I>
24
where
25
I: embedded_hal_async::i2c::I2c,
0 commit comments