File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ OpenHASP Class|Embedded LVGL class
166
166
` slider ` |` lv.slider `
167
167
` arc ` |` lv.arc `
168
168
` textarea ` |` lv.textarea `
169
+ ` qrcode ` |` lv.qrcode `
169
170
170
171
You can also import custom widget as long as they inherit from ` lv.obj ` and the class name matches the module name.
171
172
@@ -270,6 +271,15 @@ Attribute name|LVGL equivalent|Details
270
271
` angle ` ||The length of the spinning segment in degrees - cannot be changed after initial value
271
272
` speed ` ||The time for 1 turn in ms - cannot be changed after initial value
272
273
274
+ Attributes specific to ` qrcode `
275
+
276
+ Attribute name|LVGL equivalent|Details
277
+ :---|:---|:---
278
+ ` qr_size ` ||Size in pixels of the QRCode, always square (height = width). This cannot be changed once the object is created.
279
+ ` qr_dark_color ` ||Color used for the dark pixels. This cannot be changed once the object is created.
280
+ ` qr_light_color ` ||Color used for the light pixels. This cannot be changed once the object is created.
281
+ ` qr_text ` ||(mandatory) String to encode as a QRCode, can be changed at any moment.
282
+
273
283
## Tasmota extensions
274
284
275
285
### Update sensor value via rules
You can’t perform that action at this time.
0 commit comments