mirror of
https://github.com/yuri91/ili9341-rs.git
synced 2024-11-21 14:30:58 +00:00
Merge branch 'chemicstry-master'
This commit is contained in:
commit
ac73c3ba40
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
display-interface = "0.4.1"
|
||||
embedded-hal = "1.0.0-alpha.8"
|
||||
embedded-hal = "1.0.0-alpha.9"
|
||||
|
||||
[dependencies.embedded-graphics-core]
|
||||
optional = true
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
//! ```
|
||||
//!
|
||||
//! [display-interface-spi crate]: https://crates.io/crates/display-interface-spi
|
||||
use embedded_hal::delay::blocking::DelayUs;
|
||||
use embedded_hal::digital::blocking::OutputPin;
|
||||
use embedded_hal::delay::DelayUs;
|
||||
use embedded_hal::digital::OutputPin;
|
||||
|
||||
use core::iter::once;
|
||||
use display_interface::DataFormat::{U16BEIter, U8Iter};
|
||||
|
|
Loading…
Reference in a new issue