Add draft_code

This commit is contained in:
Thomas Farstrike
2025-06-13 09:55:17 +02:00
parent fdd42d8914
commit f2ac71d6f2
20 changed files with 2179 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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()