From 856374c05a4d0c9a94bb5d9a61db236d09d921af Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Wed, 20 Aug 2025 17:06:33 -0700 Subject: [PATCH] revert framerate change --- daemon/src/display/generic_framebuffer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/display/generic_framebuffer.rs b/daemon/src/display/generic_framebuffer.rs index e1bff31..4e3f856 100644 --- a/daemon/src/display/generic_framebuffer.rs +++ b/daemon/src/display/generic_framebuffer.rs @@ -15,7 +15,7 @@ use tokio_util::task::TaskTracker; use include_dir::{Dir, include_dir}; -const REFRESH_RATE: u64 = 100; //how often in milliseconds to refresh the display +const REFRESH_RATE: u64 = 1000; //how often in milliseconds to refresh the display #[derive(Copy, Clone)] pub struct Dimensions {