pub struct DVEAW096016DriverConfig;
Trait Implementations§
source§impl GenericConfig for DVEAW096016DriverConfig
impl GenericConfig for DVEAW096016DriverConfig
const CP_VOLTAGE: u8 = 21u8
const COL_ORDER: u8 = 200u8
const SEG_ORDER: u8 = 161u8
const MPLEX_RATIO: u8 = 15u8
const WIDTH: usize = 96usize
const HEIGHT: usize = 16usize
const RAMWIDTH_BYTES: usize = 16usize
const RAMHEIGHT_BYTES: usize = 8usize
const PIXEL_ORDER: PixelByteOrder = PixelByteOrder::LsbTop
const DEFAULT_I2C: TwiAddr = _
const STARTLINE_CMD_TYPE: StartLineCmdType = StartLineCmdType::SingleByte0x40
const SET_PAGE_COL_CMD: u8 = 33u8
const SET_PAGE_ROW_CMD: u8 = 34u8
const RESET_CMD: &'static [u8] = _
const WINDOW_LAST_ROW_DECREMENT: u8 = 1u8
const WINDOW_LAST_COL_DECREMENT: u8 = 1u8
Auto Trait Implementations§
impl Freeze for DVEAW096016DriverConfig
impl RefUnwindSafe for DVEAW096016DriverConfig
impl Send for DVEAW096016DriverConfig
impl Sync for DVEAW096016DriverConfig
impl Unpin for DVEAW096016DriverConfig
impl UnwindSafe for DVEAW096016DriverConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more