make things public *Bleh*

master
Able 2023-05-06 04:39:09 -05:00
parent 59e723a6f1
commit e3cc98495d
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ use embedded_graphics::{
}; };
pub struct Display { pub struct Display {
fb: *mut u32, pub fb: *mut u32,
size: Size, pub size: Size,
} }
unsafe impl Send for Display {} unsafe impl Send for Display {}