start input

This commit is contained in:
2026-08-06 09:27:20 +02:00
parent 032bcffe68
commit 5c6f49616f

View File

@@ -1,5 +1,6 @@
mod rgba;
mod screen;
mod input;
use embedded_graphics::{prelude::*, primitives::{PrimitiveStyle, Rectangle}};
use evdev::{AbsoluteAxisCode, Device, EventSummary, KeyCode};
@@ -42,9 +43,6 @@ fn main() {
let mut y = -1;
loop {
// println!("dont block");
let Ok(events) = device.fetch_events() else {
continue;