remove unsafe fb

This commit is contained in:
2025-11-03 10:56:29 -07:00
parent 7fcc5291e6
commit 1bbb892fcc
3 changed files with 30 additions and 154 deletions

View File

@@ -46,7 +46,6 @@ pub fn get_key() -> KeyEvent {
pub mod display {
use abi_sys::CPixel;
use alloc::{vec, vec::Vec};
use embedded_graphics::{
Pixel,
geometry::{Dimensions, Point},
@@ -54,7 +53,6 @@ pub mod display {
prelude::{DrawTarget, Size},
primitives::Rectangle,
};
use once_cell::unsync::Lazy;
pub const SCREEN_WIDTH: usize = 320;
pub const SCREEN_HEIGHT: usize = 320;