We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0d1d9 commit 40ed109Copy full SHA for 40ed109
README.md
@@ -455,20 +455,6 @@ lv.scr_load(scr)
455
456
```
457
458
-### Creating a screen with a button and a label
459
-```python
460
-scr = lv.obj()
461
-btn = lv.button(scr)
462
-btn.align(lv.scr_act(), lv.ALIGN.CENTER, 0, 0)
463
-label = lv.label(btn)
464
-label.set_text("Button")
465
-
466
-# Load the screen
467
468
-lv.scr_load(scr)
469
470
-```
471
472
#### Creating an instance of a struct
473
```python
474
symbolstyle = lv.style_t(lv.style_plain)
0 commit comments