Skip to content

Commit

Permalink
Add XP-820 (preliminary)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ircama committed Sep 26, 2023
1 parent deb33df commit 44ae1b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ python3 epson_print_conf.py -m XP-205 -a 192.168.1.87 -W 173:1,172:0xde
python3 epson_print_conf.py -m XP-205 -a 192.168.1.87 -R 173,172
```

Note: resetting the ink waste counter is just removing a warning; not replacing the tank will make the ink spill.

## API Interface

### Specification
Expand Down
2 changes: 2 additions & 0 deletions epson_print_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,12 @@ class EpsonPrinter:
# uncompleted
},
"XP-850": {
"alias": ["XP-820"],
"read_key": [40, 0],
"write_key": b'Hibiscus',
"main_waste": {"oids": [16, 17], "divider": 84.5}, # incorrect divider
"borderless_waste": {"oids": [18, 19], "divider": 33.7}, # incorrect divider
"raw_waste_reset": {16: 0, 17: 0, 18: 0, 19: 0, 20: 0, 21: 0} # to be checked
# uncompleted
},
"XP-7100": {
Expand Down

0 comments on commit 44ae1b1

Please sign in to comment.