[][src]Trait embedded_display_controller::DisplayController

pub trait DisplayController {
    pub fn init(&mut self, config: DisplayConfiguration);
pub fn clock(&self) -> u32; }

A microcontroller peripheral that drives a LCD-TFT display

Required methods

pub fn init(&mut self, config: DisplayConfiguration)[src]

Initialize the controller with a given configuration

pub fn clock(&self) -> u32[src]

Returns the clock frequency (Hz) of the controller

Loading content...

Implementors

Loading content...