Make Drawable type alias public
This commit is contained in:
parent
4be3a470c2
commit
da5edb5cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue