fix utf8 nbsp
This commit is contained in:
parent
72d28fa86e
commit
c9e7dde5d4
|
@ -41,10 +41,10 @@ print("Size:", qrcodegen.getSize(qrcode))
|
||||||
#### Parameters
|
#### Parameters
|
||||||
- `qrcode` a QR Code string, as returned by `qrcodegen.encodeText()`.
|
- `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].
|
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()`.
|
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
|
#### Parameters
|
||||||
|
|
Loading…
Reference in New Issue