Make Drawable type alias public

This commit is contained in:
Zac Wilson 2025-07-06 11:02:42 +01:00
parent 4be3a470c2
commit da5edb5cbf

View file

@ -15,7 +15,7 @@ use mipidsi::{
Builder, Display,
};
type Drawable<'a> = Display<
pub type Drawable<'a> = Display<
SpiInterface<'a, SpiDeviceDriver<'a, SpiDriver<'a>>, PinDriver<'a, Gpio34, Output>>,
ST7789,
PinDriver<'a, Gpio33, Output>,