Thanks to visit codestin.com
Credit goes to github.com

Skip to content

minimal QR code generator and drawing examples #1

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

Merged
merged 13 commits into from
Sep 18, 2018

Conversation

ladyada
Copy link
Member

@ladyada ladyada commented Sep 16, 2018

No description provided.

@ladyada ladyada requested a review from a team September 16, 2018 17:14
self.data_cache = QRCode.create_data(self.type, self.ECC, self.data_list)
self.map_data(self.data_cache, mask_pattern)

def setup_position_probe_pattern(self, row, col):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should all of these start with _ to be private? This is an interesting API comparison: https://github.com/lincolnloop/python-qrcode

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont know if you'd ever wanna use them outside the library but i could do it sure - i ported this, which i think is a port of the above
https://github.com/SHA2017-badge/micropython-examples-sha2017/tree/master/QRcode

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to change it now or wait? I was thinking its a good change because it reduces the public API complexity.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah ill do it now one minute

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kk see new commit

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome thanks!

@tannewt tannewt merged commit bfa2f27 into adafruit:master Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants