Fixed function description
This commit is contained in:
parent
87c0cd722c
commit
e40b7fc70c
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class GraphicsBase:
|
|||
def qrcode(
|
||||
self, qr_data, *, qr_size=1, x=0, y=0, qr_color=0x000000
|
||||
): # pylint: disable=invalid-name
|
||||
"""Display a QR code on the eInk
|
||||
"""Display a QR code
|
||||
|
||||
:param qr_data: The data for the QR code.
|
||||
:param int qr_size: The scale of the QR code.
|
||||
|
|
|
|||
Loading…
Reference in a new issue