# Create a dropdown dropdown = lv.dropdown(lv.screen_active()) dropdown.set_options("Option 1\nOption 2\nOption 3") dropdown.align(lv.ALIGN.CENTER, 0, 0) switch = lv.switch(lv.screen_active()) switch.center()