aboutsummaryrefslogtreecommitdiff
path: root/pixelcore
diff options
context:
space:
mode:
Diffstat (limited to 'pixelcore')
-rw-r--r--pixelcore/Screen.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/pixelcore/Screen.py b/pixelcore/Screen.py
index 22cfdb0..3e8ad5e 100644
--- a/pixelcore/Screen.py
+++ b/pixelcore/Screen.py
@@ -37,9 +37,7 @@ class Screen:
self.xSortedPixels.sort()
self.xPixelLocs = [p[0] for p in self.xSortedPixels]
- def render(self, surface):
- [lS.render(surface) for lS in self.pixelStrips]
-
+ #For debug only
def allOn(self):
[lS.allOn(-1) for lS in self.pixelStrips]