Initial Commit
This commit is contained in:
17
bin/gui/main_screen.kv
Normal file
17
bin/gui/main_screen.kv
Normal 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"
|
||||
Reference in New Issue
Block a user