Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c9e7dde5
Commit
c9e7dde5
authored
Nov 15, 2018
by
devsaurus
Browse files
fix utf8 nbsp
parent
72d28fa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/en/modules/qrcodegen.md
View file @
c9e7dde5
...
...
@@ -41,10 +41,10 @@ print("Size:", qrcodegen.getSize(qrcode))
#### Parameters
-
`qrcode`
a QR Code string, as returned by
`qrcodegen.encodeText()`
.
####
Returns
####
Returns
Returns the side length in pixels of the given QR Code. The result is in the range [21, 177].
##
qrcodegen.getPixel(qrcode, x, y)
##
qrcodegen.getPixel(qrcode, x, y)
Get the color of the pixel at the given coordinates of the QR Code.
`x`
and
`y`
must be between
`0`
and the value returned by
`qrcodegen.getSize()`
.
#### Parameters
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment