lvgl.qrcode
Display a QR code.
Syntax
Parameters
Name
Type
Description
Default if not set
Return values
API Status
Avail
Status
Comment
active
Change log
EdgeTX version
Change
Was this helpful?
Display a QR code.
lvgl.qrcode([parent], {settings})
parent:qrcode({settings})
See the API page for parameter description and common settings.
Note: 'w' and 'h' should be set to the same value for a QR code.
QR code specific settings:
data
String
Sets the URL or other content to be enccoded in the QR code.
Empty string
bgColor
Color
Sets the background color for the QR code image.
COLOR_THEME_SECONDARY3
LVGL object
BW radios
Color radios
2.11.0
Introduced
Was this helpful?
Was this helpful?