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):