Compare commits
2 Commits
c43bfe425e
...
56b1f3c6e4
Author | SHA1 | Date | |
---|---|---|---|
56b1f3c6e4 | |||
a95b140164 |
@ -5,7 +5,7 @@ import asyncio
|
||||
from mpd import MPDClient
|
||||
|
||||
IO_DELAY = (1.0 / 20.0)
|
||||
MPD_DELAY = 1
|
||||
MPD_DELAY = 0.5
|
||||
|
||||
class display(object):
|
||||
def __init__(self):
|
||||
@ -22,9 +22,6 @@ class display(object):
|
||||
def render(self):
|
||||
print("render NYI")
|
||||
|
||||
def get_image(self):
|
||||
print("get_image NYI")
|
||||
|
||||
def animate(self, ticks):
|
||||
print("animate NYI")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user