make things public *Bleh*

This commit is contained in:
Able 2023-05-06 04:39:09 -05:00
parent 6b63d00de0
commit e75565d7ef

View file

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