1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

add encoding list

This commit is contained in:
Patrick Kanzler
2023-07-29 00:34:12 +02:00
parent 18365fe653
commit 1309976e6e
5 changed files with 53 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
Available Encodings
-------------------
:Last Reviewed: 2023-07-27
.. datatemplate:json:: ../../capabilities-data/dist/capabilities.json
:template: capabilities-template-encoding.jinja

View File

@@ -2,10 +2,14 @@ Available Profiles
------------------
:Last Reviewed: 2023-07-27
.. todo:: explain capabilities
.. todo:: explain usage
.. todo:: give hints on how to sideload and improve profiles (profile that is bundled with release can be replaced)
.. todo:: Idea: move this to another chapter and create for each printer a page?
The following list describes which printer profiles are
available in this release.
The existence of a profile is a hint, but no guarantee
that this printer actually can be controlled by this library.
If you find any issues with the described capabilities,
please open an issue in the
`ESC/POS printer database <https://github.com/receipt-print-hq/escpos-printer-db>`_.
.. datatemplate:json:: ../../capabilities-data/dist/capabilities.json
:template: capabilities-template.jinja

View File

@@ -1,3 +1,11 @@
Capabilities
------------
:Last Reviewed: 2023-07-27
Since the used command set often differs between printers,
a model for supporting different printers is implemented.
This feature is called `capabilities`.
.. todo:: explain capabilities
.. todo:: explain usage
.. todo:: give hints on how to sideload and improve profiles (profile that is bundled with release can be replaced)