-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
6 changed files
with
311 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
AF-240: | ||
name: AF-240 Customer Display | ||
vendor: Oxhoo | ||
inherits: simple | ||
features: | ||
bitImageRaster: false | ||
bitImageColumn: false | ||
graphics: false | ||
highDensity: false | ||
pulseStandard: false | ||
fonts: | ||
0: | ||
name: Font A | ||
columns: 20 | ||
media: | ||
width: | ||
# Approximate measurement | ||
mm: 120 | ||
# 5x7 pixels per char, by 20 columns. | ||
pixels: 100 | ||
notes: > | ||
This is a two-line, ESC/POS-aware customer display from Oxhoo. The ESC/POS | ||
command mode can be activated persistently by sending: | ||
echo -ne "\n\x02\x05\x43\x31\x03" > /dev/ttyUSB0 | ||
codePages: | ||
0: OXHOO-EUROPEAN | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
OCD-100: | ||
name: OCD-100 Customer Display | ||
vendor: Aures | ||
inherits: simple | ||
features: | ||
bitImageRaster: false | ||
bitImageColumn: false | ||
graphics: false | ||
highDensity: false | ||
pulseStandard: false | ||
fonts: | ||
0: | ||
name: Font A | ||
columns: 20 | ||
media: | ||
width: | ||
# 9x5.25mm per char, by 20 columns. | ||
mm: 180 | ||
# 5x7 pixels per char, by 20 columns. | ||
pixels: 100 | ||
notes: > | ||
This is a two-line, ESC/POS-aware customer display from Aures. It has some | ||
graphics support via custom fonts, but is otherwise text-only. | ||
This profile is also suitable for the OCD-150 pole-mounted display. | ||
codePages: | ||
0: CP437 | ||
# Katakana (for Japan) | ||
1: CP932 | ||
2: CP850 | ||
3: CP860 | ||
4: CP863 | ||
5: CP865 | ||
# Slawie | ||
6: Unknown | ||
# Russia | ||
7: Unknown | ||
# Greek | ||
8: Unknown | ||
9: CP852 | ||
10: CP862 | ||
11: CP866 | ||
12: CP1251 | ||
13: CP1254 | ||
14: CP1255 | ||
15: CP1257 | ||
16: CP1252 | ||
17: CP1253 | ||
19: CP858 | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.