Seperate serial thread

This commit is contained in:
deckensteuerung
2018-08-22 18:04:04 +02:00
parent bd84098ff4
commit 647edcc2ed
2 changed files with 27 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ ScreenX = 24
#height
ScreenY = 40
Serial = "/dev/ttyACM0"
# first app is always running in IDLE
Apps = [
{"name": "pixelflut", "cmd": "apps/idle.py", "permanent": True},