WIP scsi :(

This commit is contained in:
2025-09-16 16:46:24 -06:00
parent 4c6e16270e
commit ef66933a25
7 changed files with 182 additions and 95 deletions

View File

@@ -9,7 +9,6 @@ use embassy_time::{Delay, Timer};
use embedded_graphics::{
draw_target::DrawTarget,
pixelcolor::{Rgb565, RgbColor},
prelude::Dimensions,
};
use embedded_hal_bus::spi::ExclusiveDevice;
use st7365p_lcd::ST7365P;