Add the network displayer

This commit is contained in:
cnlohr 2015-01-16 02:28:24 -05:00
parent a377262c80
commit fd917417bf
4 changed files with 145 additions and 2 deletions

View file

@ -2,7 +2,7 @@ all : colorchord
RAWDRAW:=DrawFunctions.o XDriver.o
SOUND:=sound.o sound_alsa.o sound_pulse.o sound_null.o
OUTS := OutputVoronoi.o DisplayArray.o OutputLinear.o DisplayPie.o
OUTS := OutputVoronoi.o DisplayArray.o OutputLinear.o DisplayPie.o DisplayNetwork.o
#LEDOUTDriver.o DisplayOUTDriver.o