pub trait Home {
const FIRST_LINE_ADDRESS: u8 = 0u8;
}Expand description
This trait is used to specify the start address of the display data RAM.
Provided Associated Constants§
const FIRST_LINE_ADDRESS: u8 = 0u8
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.