```pub struct HD108<'a, SPI> { pub spi: &'a mut SPI, } impl<'a, SPI> HD108<'a, SPI> where SPI: SpiBus, {