From c3bca0eba65d2c5d5b58a7f7ca60ca353c45bad8 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sat, 8 Aug 2020 16:49:31 +0200 Subject: [PATCH] sw: Increase I/O timings --- software/webradio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/webradio.py b/software/webradio.py index b9d22a1..270125d 100644 --- a/software/webradio.py +++ b/software/webradio.py @@ -5,9 +5,9 @@ import asyncio from mpd import MPDClient import spidev -IO_DELAY = (1.0 / 25.0) +IO_DELAY = (1.0 / 18.0) MPD_DELAY = 0.5 -SPI_SPEED = 600000 +SPI_SPEED = 500000 class display(object): def __init__(self):