-
Notifications
You must be signed in to change notification settings - Fork 55
Update show_QR #31
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
Update show_QR #31
Conversation
ill take anything cause current code isnt working at all :D |
Sure. Was this suppose to be any fancier than just "clear screen and show QR code"? |
its pretty simple, yeah |
Generally works. This: Adafruit CircuitPython 4.0.0-rc.1 on 2019-04-23; Adafruit PyPortal with samd51j20
>>> from adafruit_pyportal import PyPortal
>>> pp = PyPortal()
ESP firmware: bytearray(b'1.2.2\x00')
Set background to 0
No SD card found: no SD card
>>> pp.show_QR(b'hello world', 8, 20, 20) gives this: Note weird border quirk might be related to this: |
fine by me! |
@ladyada want me to version bump this? |
yes plz! |
Done! Bumped major ver since the function call changed. |
amazing, thank you thank you carter :) |
Updating https://github.com/adafruit/Adafruit_CircuitPython_BMP280 to 3.1.0 from 3.0.10: > Merge pull request adafruit/Adafruit_CircuitPython_BMP280#13 from jraber/master Updating https://github.com/adafruit/Adafruit_CircuitPython_PyPortal to 3.0.0 from 2.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_PyPortal#31 from caternuson/iss30
Just an idea for #30