server almost running - Second display working

This commit is contained in:
janis
2022-10-30 16:19:09 +01:00
parent f5b682598b
commit 14d9620ab8
14 changed files with 337 additions and 75 deletions

View File

@@ -1,5 +1,6 @@
ShowcaseScreen:
name: "ShowcaseScreen"
on_pre_enter: root.beginUpdating()
md_bg_color: (0, 0, 0, 1)
FloatLayout:
Label:
@@ -45,13 +46,6 @@ ShowcaseScreen:
color: app.theme_cls.primary_color
shorten: False
halign: "center"
Button:
text: "back"
font_size: 10
size_hint: 0.05, 0.05
background_color: app.theme_cls.accent_light
on_release:
root.leave_screen()
Label:
text: "Designed and developed by Janis Hutz"
font_size: 7