Decode input events in inputdev_event.rs
This commit is contained in:
parent
4430e86d5a
commit
f0cecc4940
9 changed files with 67 additions and 67 deletions
|
@ -48,7 +48,6 @@ impl DrawingBoard {
|
|||
|
||||
#[no_mangle]
|
||||
pub fn main() -> i32 {
|
||||
// let fb_ptr = framebuffer() as *mut u8;
|
||||
let mut board = DrawingBoard::new();
|
||||
let _ = board.disp.clear(Rgb888::BLACK).unwrap();
|
||||
for i in 0..20 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue