Skip to content

Commit

Permalink
Added code to define sgant_transmit status to CT_SGANT_Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
GodspeedDiscvry authored Feb 29, 2024
1 parent 225daa3 commit 1e9149c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Pi/Screens/CT_SGANT_Screen.kv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@
font_size: self.height * 0.14
Label:
id: sgant_elevation
pos_hint: {"center_x": 0.7, "center_y": 0.2}
pos_hint: {"center_x": 0.65, "center_y": 0.2}
text: ''
markup: True
color: root.signalcolor
size_hint_y: 0.4
font_size: self.height * 0.10
Label:
id: sgant_transmit
pos_hint: {"center_x": 0.75, "center_y": 0.2}
text: ''
markup: True
color: root.signalcolor
Expand Down

0 comments on commit 1e9149c

Please sign in to comment.