Skip to content

Commit 40ed109

Browse files
Update README.md - Remove duplicate menu (#329)
1 parent 9e0d1d9 commit 40ed109

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -455,20 +455,6 @@ lv.scr_load(scr)
455455

456456
```
457457

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-
472458
#### Creating an instance of a struct
473459
```python
474460
symbolstyle = lv.style_t(lv.style_plain)

0 commit comments

Comments
 (0)