Initial Commit

This commit is contained in:
janis
2022-05-14 18:04:52 +02:00
commit 3fade3a2c9
20 changed files with 587 additions and 0 deletions

17
bin/gui/main_screen.kv Normal file
View File

@@ -0,0 +1,17 @@
Main:
name: "HomeScreen"
md_bg_color: app.theme_cls.accent_light
GridLayout:
cols: 1
Label:
text: "micro:bit interface"
font_size: 60
color: app.theme_cls.primary_dark
GridLayout:
cols: 2
Button:
text: "Start"
on_release:
app.root.current = "CommandScreen"
Button:
text: "Settings"