Trait st7735_async_low::spi::DcxPin[][src]

pub trait DcxPin {
    fn set_dcx_command_mode(&mut self);
fn set_dcx_data_mode(&mut self); }

Defines how the DCX pin operates.

Required methods

fn set_dcx_command_mode(&mut self)[src]

Toggles the DCX pin to the command mode (LOW value).

fn set_dcx_data_mode(&mut self)[src]

Toggles the DCX pin to the data mode (HIGH value).

Loading content...

Implementors

Loading content...