Trait avrox_display::drivers::solomon::GenericConfig

source ·
pub trait GenericConfig {
Show 16 associated constants and 0 method const CP_VOLTAGE: u8; const COL_ORDER: u8; const SEG_ORDER: u8; const MPLEX_RATIO: u8; const WIDTH: usize; const HEIGHT: usize; const RAMWIDTH_BYTES: usize; const RAMHEIGHT_BYTES: usize; const PIXEL_ORDER: PixelByteOrder; const DEFAULT_I2C: TwiAddr; const STARTLINE_CMD_TYPE: StartLineCmdType; const SET_PAGE_COL_CMD: u8; const SET_PAGE_ROW_CMD: u8; const RESET_CMD: &'static [u8] = _; const WINDOW_LAST_ROW_DECREMENT: u8 = 1u8; const WINDOW_LAST_COL_DECREMENT: u8 = 1u8;
}

Required Associated Constants§

Provided Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl GenericConfig for Greyscale128x128DriverConfig

source§

const CP_VOLTAGE: u8 = 21u8

source§

const COL_ORDER: u8 = 200u8

source§

const SEG_ORDER: u8 = 161u8

source§

const MPLEX_RATIO: u8 = 127u8

source§

const WIDTH: usize = 128usize

source§

const HEIGHT: usize = 128usize

source§

const PIXEL_ORDER: PixelByteOrder = PixelByteOrder::LsbLeft

source§

const DEFAULT_I2C: TwiAddr = _

source§

const STARTLINE_CMD_TYPE: StartLineCmdType = StartLineCmdType::DoubleByteA1

source§

const RESET_CMD: &'static [u8] = _

source§

const SET_PAGE_COL_CMD: u8 = 21u8

source§

const SET_PAGE_ROW_CMD: u8 = 117u8

source§

const RAMWIDTH_BYTES: usize = 64usize

source§

const RAMHEIGHT_BYTES: usize = 16usize

source§

impl GenericConfig for DVEAW096016DriverConfig

source§

const CP_VOLTAGE: u8 = 21u8

source§

const COL_ORDER: u8 = 200u8

source§

const SEG_ORDER: u8 = 161u8

source§

const MPLEX_RATIO: u8 = 15u8

source§

const WIDTH: usize = 96usize

source§

const HEIGHT: usize = 16usize

source§

const RAMWIDTH_BYTES: usize = 16usize

source§

const RAMHEIGHT_BYTES: usize = 8usize

source§

const PIXEL_ORDER: PixelByteOrder = PixelByteOrder::LsbTop

source§

const DEFAULT_I2C: TwiAddr = _

source§

const STARTLINE_CMD_TYPE: StartLineCmdType = StartLineCmdType::SingleByte0x40

source§

const SET_PAGE_COL_CMD: u8 = 33u8

source§

const SET_PAGE_ROW_CMD: u8 = 34u8