Skip to content

Commit

Permalink
Updated to use crate for gca01a_driver
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonCox committed Jul 30, 2024
1 parent feae56b commit e40f848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/waveshare-rp2040-lcd-1-28/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rp2040-boot2 = { workspace = true, optional = true }
rp2040-hal.workspace = true
embedded-hal = { version = "0.2" }
libm = "0.2"
gc9a01a_driver = { version = "0.1.1" }
gc9a01a_driver = { version = "0.1.2" }

[dev-dependencies]
cortex-m.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

mod frame_buffer;

use gc9a01a_driver::{GC9A01A,Orientation};
use gc9a01a_driver::GC9A01A;
use cortex_m::delay::Delay;
use embedded_graphics::primitives::Line;
use fugit::RateExtU32;
Expand All @@ -28,7 +28,6 @@ use waveshare_rp2040_lcd_1_28::{
Pins, XOSC_CRYSTAL_FREQ,
};

use embedded_hal::PwmPin;
use embedded_hal::digital::v2::OutputPin;

use embedded_graphics::{
Expand Down

0 comments on commit e40f848

Please sign in to comment.