minor fixes

- type in README.md
- startup_display.txt in .gitignore
- fix path for startup_Display.txt in display.py
This commit is contained in:
2024-03-05 09:12:43 +01:00
parent e4e37eb049
commit 0720032e86
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
current current
startup_display.txt

View File

@ -1,4 +1,4 @@
# Linux Box installtion tools # Linux Box installation tools
The APU is a Linux box to be used as a control box at LIN sample environment The APU is a Linux box to be used as a control box at LIN sample environment

View File

@ -7,7 +7,7 @@ import threading
# display tty device # display tty device
tty = '/dev/ttyS1' tty = '/dev/ttyS1'
STARTUP_TEXT = '/home/l_samenv/installtools/startup_display.txt' STARTUP_TEXT = '/home/l_samenv/boxtools/startup_display.txt'
ESC = 0x1b ESC = 0x1b
ESCESC = bytes((ESC, ESC)) ESCESC = bytes((ESC, ESC))