Struct ssd1306::interface::i2c::I2cInterface [] [src]

pub struct I2cInterface<I2C> { /* fields omitted */ }

SSD1306 I2C communication interface

Methods

impl<I2C> I2cInterface<I2C> where
    I2C: Write
[src]

[src]

Create new SSD1306 I2C interface

Trait Implementations

impl<I2C> DisplayInterface for I2cInterface<I2C> where
    I2C: Write
[src]

[src]

Send a batch of up to 8 commands to display.

[src]

Send data to display.

Auto Trait Implementations

impl<I2C> Send for I2cInterface<I2C> where
    I2C: Send

impl<I2C> Sync for I2cInterface<I2C> where
    I2C: Sync