Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement PZN8 #188

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Implement PZN8 #188

wants to merge 8 commits into from

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    55285f3 View commit details
    Browse the repository at this point in the history
  2. replace hard-coded margin with parameters

    pass
        'quiet_zone': 0,
        'margin_top': 0,
        'margin_bottom': 0,
    for borderless codes
    fostermaier committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    cb678b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6073331 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. enable pzn8

    fostermaier committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    ae1ef4b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Implement PZN8 Code

    * verify or append checksum based on code length for PZN7 and PZN8
    * explicit error messages for both classes respectively
    * different checksum calculation for PZN8
    fostermaier committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d8775b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    7eaa852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dbf22c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25cf372 View commit details
    Browse the repository at this point in the history