refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Create a Tab view object
|
||||
tabview = lv.tabview(lv.scr_act(), lv.DIR.TOP, 50)
|
||||
tabview = lv.tabview(lv.screen_active(), lv.DIR.TOP, 50)
|
||||
|
||||
# Add 3 tabs (the tabs are page (lv_page) and can be scrolled
|
||||
tab1 = tabview.add_tab("Tab 1")
|
||||
|
||||
Reference in New Issue
Block a user