pub type Sh1106ComponentType<I> = Sh1106<'static, I2CDevice<'static, I>>;
struct Sh1106ComponentType<I> { /* private fields */ }