Skip to content

Commit

Permalink
Add initial support of ET-2720
Browse files Browse the repository at this point in the history
  • Loading branch information
Ircama committed Nov 11, 2023
1 parent d7d0ca9 commit dc291b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions epson_print_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ class EpsonPrinter:
2042, 2045, 2044],
# uncompleted
},
"ET-2720": {
"alias": ["ET-2721", "ET-2723", "ET-2725"],
"read_key": [151, 7],
"write_key": b'Maribaya', # hypothesis
"same-as": "ET-2700" # hypothesis
# uncompleted
},
"L3160": {
"read_key": [151, 7],
"write_key": b'Maribaya',
Expand Down

0 comments on commit dc291b2

Please sign in to comment.