refactor: fix typos

This commit is contained in:
Gabor Kiss-Vamosi
2023-11-15 22:47:53 +01:00
parent 4044856553
commit b56107ae05
9 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
# Create a Tab view object
tabview = lv.tabview(lv.screen_active(), lv.DIR.TOP, 50)
tabview = lv.tabview(lv.screen_active())
# Add 3 tabs (the tabs are page (lv_page) and can be scrolled
tab1 = tabview.add_tab("Tab 1")