sw: Increase framerate to 25 fps

This commit is contained in:
Markus Koch 2020-07-19 18:39:16 +02:00
parent a618fff822
commit 69cb74b8dc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import asyncio
from mpd import MPDClient
import spidev
IO_DELAY = (1.0 / 20.0)
IO_DELAY = (1.0 / 25.0)
MPD_DELAY = 0.5
class display(object):