Increase QR Code size range
This commit is contained in:
parent
5fbba72964
commit
07c40f1f51
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class GraphicsBase:
|
||||||
import adafruit_miniqr # pylint: disable=import-outside-toplevel
|
import adafruit_miniqr # pylint: disable=import-outside-toplevel
|
||||||
|
|
||||||
# generate the QR code
|
# generate the QR code
|
||||||
for qrtype in range(1, 5):
|
for qrtype in range(1, 6):
|
||||||
try:
|
try:
|
||||||
qrcode = adafruit_miniqr.QRCode(qr_type=qrtype)
|
qrcode = adafruit_miniqr.QRCode(qr_type=qrtype)
|
||||||
qrcode.add_data(qr_data)
|
qrcode.add_data(qr_data)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue