15 lines
571 B
XML
15 lines
571 B
XML
<!--
|
|
Example
|
|
<lv_qrcode size="150" dark_color="0x2596be" light_color="0xffffff" data="https://lvgl.io"/>
|
|
-->
|
|
|
|
<widget>
|
|
<api>
|
|
<prop name="size" type="int" help="Set the QR code size in pixels (instead of width/height)"/>
|
|
<prop name="dark_color" type="color" help="Set the foreground color"/>
|
|
<prop name="light_color" type="color" help="Set the background color"/>
|
|
<prop name="data" type="string" help="Set the encoded UTF-8 data"/>
|
|
<prop name="quiet_zone" type="bool" help="Add margin around the QR code"/>
|
|
</api>
|
|
</widget>
|