added / changed some CEPT codes
This commit is contained in:
parent
3a1edb0d18
commit
267167769d
8
cept.py
8
cept.py
@ -6,15 +6,21 @@ released under GPL
|
||||
'''
|
||||
|
||||
CR = "\x0d"
|
||||
LF = "\x0a"
|
||||
UMLAUT = "\xc9"
|
||||
INI = "\x13"
|
||||
TER = "\x1c"
|
||||
SEND = "\x1a"
|
||||
CURSOR_ON = "\x11"
|
||||
CURSOR_OFF = "\x14"
|
||||
BSP = "\x08" # backspace
|
||||
CLEARLINE = "\x18"
|
||||
|
||||
# TODO: stimmt das?
|
||||
LEFT = "\x08"
|
||||
RIGHT = "\x09"
|
||||
DOWN = "\x0a"
|
||||
UP = "\x0b"
|
||||
|
||||
clear_line24 = (
|
||||
"\x1f\x58\x41" # Cursor Zeile 24, Spalte 0
|
||||
"\x18" # Zeile löschen
|
||||
|
Loading…
Reference in New Issue
Block a user