and the def: ```rust impl LCDDashboard where S: Smbus, { pub fn new(i2c_device: S) -> Self { LCDDashboard { i2c_device, bitfield: LCDDashboard::binary_deserialize(&[0u8; 16], Endianness::Big).unwrap(), } } }