Skip to content

resize qr code follow display size #6

Description

@anunpanya

https://github.com/anunpanya/QRGenerate/blob/master/qrgenerate.cpp

See void render() and void createQR().

edit line 37
for (byte x = 0; x <WD; x + = 2) {.
to
for (byte x = 0; x <WD; x + = pxSize) {.

Trial sample files In order to understand
https://github.com/anunpanya/QRGenerate/blob/master/examples/example/example.ino

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions