host_python: Change default number of LEDs to 20

This commit is contained in:
Petr Baudis 2012-08-19 21:01:48 +02:00
parent 8075513003
commit 3b8b386c96
5 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ import sys
from ledbar import Ledbar
PIXELS = 10
PIXELS = 20
def update(t, i):
offset = float(i)/PIXELS