From 3d98036737585017b5ddc841d343a1eae1c65d52 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Wed, 12 Jun 2024 03:51:38 +0100 Subject: tweaked timings --- disp_proj.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'disp_proj.ino') diff --git a/disp_proj.ino b/disp_proj.ino index 0c16b94..6b50499 100644 --- a/disp_proj.ino +++ b/disp_proj.ino @@ -68,11 +68,11 @@ void loop() { } write_marquee(marquee); if (marquee->scrolledBy == 0) { - delay(1000); + delay(500); } //check if message needs to be scrolled if (marquee->doesScroll) { - scroll_marquee(marquee, 2); + scroll_marquee(marquee, 3); } delay(1); } -- cgit v1.2.3-70-g09d2