mirror of
https://github.com/brmlab/ledbar.git
synced 2025-08-02 15:13:35 +02:00
host_python: Change default number of LEDs to 20
This commit is contained in:
parent
8075513003
commit
3b8b386c96
5 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ import time
|
|||
|
||||
class Ledbar:
|
||||
|
||||
def __init__(self, boxes=10, secs_per_frame=0.025):
|
||||
def __init__(self, boxes=20, secs_per_frame=0.025):
|
||||
self.boxes = boxes
|
||||
self.secs_per_frame = secs_per_frame
|
||||
self.last_update = time.time()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue