remove unused

This commit is contained in:
2025-09-18 19:21:17 -06:00
parent e628c47e4b
commit 2012e68995
2 changed files with 0 additions and 67 deletions

View File

@@ -8,10 +8,6 @@ use embassy_rp::{
spi::{Async, Spi},
};
use embassy_time::{Delay, Timer};
use embedded_graphics::{
draw_target::DrawTarget,
pixelcolor::{Rgb565, RgbColor},
};
use embedded_hal_bus::spi::ExclusiveDevice;
use st7365p_lcd::ST7365P;