From eaaef5460a95d2de1dddc847f6c3bbcb2aef8047 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 25 Jan 2011 00:33:46 -0500 Subject: Adding an OSC input. --- pixelcore/PixelStrip.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'pixelcore') diff --git a/pixelcore/PixelStrip.py b/pixelcore/PixelStrip.py index 662b8fe..647991d 100644 --- a/pixelcore/PixelStrip.py +++ b/pixelcore/PixelStrip.py @@ -14,9 +14,6 @@ class PixelStrip: self.pixels = [Pixel(l) for l in pixelLocations] def __iter__(self): return self.pixels.__iter__() - def render(self, surface): - [l.render(surface) for l in self.pixels] - #step def allOn(self, time): [l.turnOnFor(time) for l in self.pixels] #TODO: add test-on method to #pixels -- cgit v1.2.3