-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '0.7.0' of https://github.com/yetanothercarbot/openHASP-…
…docs into 0.7.0
- Loading branch information
Showing
13 changed files
with
423 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ nav: | |
- spinner.md | ||
- switch.md | ||
- tabview.md | ||
- qrcode.md |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# QR-Code | ||
**obj:`qrcode`** | ||
|
||
![lv_qrcode](images/lv_ex_qrcode_1.png) | ||
|
||
| Property | Value | Default | Description | ||
|----------|------------|---------|-------------------------- | ||
| text | [string][10] | "" | The text to encode to QR code | ||
| size | [int16][9] | 140 | The object is always a square with a width and a height that correspond to size. | ||
|
||
|
||
???+ example "Example `jsonl`" | ||
```json linenums="1" | ||
{"page":1,"id":42,"obj":"qrcode","text":"www.openhasp.com/0.7.0/design/objects/","x":520,"y":20,"size":200} | ||
``` | ||
|
||
!!! note : | ||
The maximum text length depends on the QR code version. By default, the maximum version 7 is used, which corresponds to a maximum text length of 122 characters. | ||
|
||
|
||
[1]: ../../data-types/#colors | ||
[2]: ../../data-types/#boolean | ||
[3]: ../../../configuration/gpio/#groupid | ||
[4]: ../../styling/#general | ||
[5]: ../../styling/#image | ||
[6]: ../../styling/#value | ||
[7]: ../../styling/#line | ||
[8]: ../../styling/#scale | ||
[9]: ../../data-types/#integer | ||
[10]: ../../data-types/#string | ||
[11]: ../../data-types/#json-object | ||
[12]: ../../styling/ | ||
[13]: ../../styling/#padding-and-margin | ||
[14]: ../../styling/#text | ||
[15]: ../../data-types/#variables | ||
[16]: https://lvgl.io/tools/imageconverter | ||
[17]: ../../../integrations/home-assistant/sampl_conf/#using-tags | ||
[18]: ../../styling/#parts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
title: Elecrow | ||
nav: | ||
- Elecrow: esp32-terminal.md | ||
- CrowPanel HMI RGB: crowpanel-hmi-rgb.md | ||
- CrowPanel HMI SPI: crowpanel-hmi-spi.md | ||
- ESP32 Terminal: esp32-terminal.md |
Oops, something went wrong.